Question

INFO 1111

1.      [30] Use the Msinfo32.exe command to launch the System Information window. Browse through the different levels of information in this window and answer the following questions:

a. What OS and OS version are you using?

b. What is your CPU speed?

c. What is your BIOS manufacturer and version?

d. How much video RAM is available to your video adapter card? Explain how you got this information.

e. What is the name of the driver file that manages your network adapter? Your optical drive?

 

 

2.      [30] Task Scheduler Practice

a.      Configure Scheduled Tasks to launch Notepad application each time the computer starts.

                                                  i.      List the steps you took.

b.      Restart MS Windows and verify it started automatically

c.       Remove the programs from the task scheduler.

                                                  i.      List the steps you took.

 

 

3.      [40] Using command line on a Windows system. In this question label and attach all the screen shots and store them all in word file.

 

A.      Create a new directory in your home directory with the name info1111

o   What is the full command you used?

 

B.      List the files and directories in your home directory.

o   What is the full command you used?

o   Take a screenshot of the files and directories in your home directory

C.      Change directory to info1111

o   Write the full command you used

D.     Make a new directory at this location with the name hw3

o   Take a screenshot

E.      Search the internet for a command to create a new file called test.txt with the following text “homework 3 command line

o   Write the full command you used

o   Write the command to display text.txt content

o   Write the command to copy test.txt to test.old

o   Write the full command to copy test.old to test.new

o   Display the directory information and take a screenshot

o   Write the full command to delete test.old

o   Display the directory information and take a screenshot

 

F.       Change prompt focus to your home directory.

o   Write the full command you used

o   Take a screenshot

G.     Delete info1111 directory.

o   Write the full command you used

o   Take a screenshot


0 0

> ONE QUESTION PER POST!

gavin Wed, Mar 24, 2021 12:13 AM

Add a comment Improve this question Transcribed image text
Answer #1

1.Go to run and type msinfo32.exe.

a. OS name and OS version is under system summary category.

b. CPU speed is also under the system summary category in processor tab.

c.BIOS manufacturer and version is also under system summary category.

d.How much Video ram is used by the video adapter is under component category in the right, click on display subcategory, the first five items give the information about the same.

e.To know the driver file click on the component category, click on netwrok subcategory, there is adapter tab, click on that, on the left side first item displayed is optical driver

Add a comment
Know the answer?
Add Answer to:
INFO 1111
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • do numbers 4-8 4. Given any directory, use the Is command to display: • all files...

    do numbers 4-8 4. Given any directory, use the Is command to display: • all files and sub-directories starting with the letter "D" (note do not list anything in any sub-directory) • its immediate sub-directories (sub-directories only, and no other ordinary files) its immediate hidden sub-directories only - take a screenshot (#3-3) that clearly shows the command and the result. 5. Assume that the following files are in the working directory: $ ls intro notesb ref2 section 1 section3 section4b...

  • Manipulate directory structures in Unix/Linux Use the OS that you set up from Question 1. Assume...

    Manipulate directory structures in Unix/Linux Use the OS that you set up from Question 1. Assume you are started at your home directory. Perform a command that displays the absolute path of your home directory (your current location). Create a new directory inside your home directory and name it “Assignment-3” Without moving into the directory you just made (staying in your home directory), create two new directories using one command inside of the Assignment-3 directory, and name them Test1 and...

  • give notes to what each look like and description in text form Lab#1 –Learning Some Basics...

    give notes to what each look like and description in text form Lab#1 –Learning Some Basics applied Skills We have completed our initial install of Ubuntu and begun to feel our way around our new system. The following assignment will help you familiarize yourself with your new environment. Please use your system to test answer the following questions. After you have logged in and opened a term window... SECTION I: Simple Navigation of the file system 1. Use df command...

  • 2. Answer the correct command instructions to complete the following: a. What is the admin account...

    2. Answer the correct command instructions to complete the following: a. What is the admin account (username) you created in Lab 1 and write down its home directory (full folder name)? [0.5 pts) b. Assume the following directory structures in your home directory: • /home/(username)/ — use your own (home directory) • /home/(username) /Dir1.0/Dir1.1/ • /home/(username) /Dir2.0/Dir2.1/ in your home directory, create directories Dir1.0 & Dir 2.0, then create directories Dirl.1 & Dir2.1 inside other directories according to above. [1...

  • a) How would you use the ls command to display all of the files/directories in the...

    a) How would you use the ls command to display all of the files/directories in the directory ‘/sbin’ that start with ‘bl’? b) How would you use the ls command to display all of the files/directories in your current directory that contain the word ‘grade’ somewhere in the name and end with ‘.pdf’? c) How would you use the ls command to display all of the files/directories in your current directory that are any two characters followed by the file...

  • 20. Write the DOS command to erase a file named FILEBILL which is stored in the...

    20. Write the DOS command to erase a file named FILEBILL which is stored in the sub-directory named MYFILES located at the root of drive C. 21. Write the DOS command to return you to the root of drive C if your current directory is C:\TEACHING OPSYS\SUMM 22. Write the DOS command to erase all the files on drive A. 23. Write the DOS command to delete a subdirectory named DIRFRED which is located at the root of drive C....

  • A filename con comprise multiple embedded dots (e.g., a.b.c.d.e). True False A device file is not...

    A filename con comprise multiple embedded dots (e.g., a.b.c.d.e). True False A device file is not really a stream of characters and doesn't contain anything at all. True False Relative pathnames begin with the root directory. True False Running the ls -a command uniquely identifies directories and binary executables. True False What is the result of running mkdir -p share/man/cat1 from the command line? a. It creates the directory share. b. It creates the directory share/man. c. It creates the...

  • QUESTION 1 What will be the output of following Unix command: find / -name ‘*’ A....

    QUESTION 1 What will be the output of following Unix command: find / -name ‘*’ A. List all files and directories recursively starting from / B. List a file names * in / C. List all files in / directory D. List all files and directories in / directory QUESTION 2 Which command is used to extract a column/field from a text file / input. A. paste B. get C. cut D. tar QUESTION 3 Which command creates an empty...

  • Unix questions, i need help on Hint: Commands to study to answer this question: predefined shell...

    Unix questions, i need help on Hint: Commands to study to answer this question: predefined shell variables, and .profile script file, echo SHELL, HOME, PATH, MAIL and TERM are predefined shell variables. You can use the value of a shell variable in a shell command putting $ in front of it. For example, to display the value of the HOME directory of the user, specify $HOME in the echo command like echo $HOME. Do not give just the value of...

  • You are working with the file directory of a Windows XP computer from the command line,...

    You are working with the file directory of a Windows XP computer from the command line, and you use the md command to create a new directory in your My Documents directory. What command switch can you issue to confirm that the new directory was created? A. Just use the dir command to view all of the directories and files in the My Documents and look for the name of directory you just created B. dir /new C. dir /bn...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT