You are on page 1of 1

 Courses Programs Help  Hi, Jeffrey Witty!

 CS101: Introduction to
Computer Science I CS101: Introduction to Computer Science I
Sections  Dashboard / My courses / CS101: Introduction to Computer Science I / Sections / Unit 1: Introduction / 1.4: Hardware/Software Model of a Computer / Quiz on Computer Systems and the Processor

 Resources

 Back to '1.4: Hardware/Software Model of a Computer\' Quiz navigation


Activities 
Started on Wednesday, August 17, 2022, 5:05 PM 1 2 3 4 5 6 7 8 9
 Accredible
State Finished
certificates/badges 10 11 12 13 14 15 16 17 18
Completed on Wednesday, August 17, 2022, 5:13 PM

 External tools Time taken 8 mins 47 secs


19 20
Points 18.00/20.00
 Quizzes Grade 9.00 out of 10.00 (90%) Show one page at a time

Finish review
Question 1 How is it possible that both programs and data can be stored on the same floppy disk?
 About Saylor Academy Correct

1.00 points out Select one:


 Blog of 1.00
a. A floppy disk has two sides, one for data and one for programs.
Flag question
b. Programs and data are both software, and both can be stored on any memory device.
 Credit University Partners
c. A floppy disk has to be formatted for one or for the other.
d. Floppy disks can only store data, not programs.

The correct answer is: Programs and data are both software, and both can be stored on any memory device.

Question 2
What are the two general types of programs?
Correct

1.00 points out Select one:


of 1.00
a. Entertainment and Productivity.
Flag question
b. Wordprocessors and Databases.
c. Microsoft and IBM.
d. System software and Application software.

The correct answer is: System software and Application software.

Question 3
What hardware components (of a typical desktop computer) are usually found inside of the case?
Correct

1.00 points out Select one:


of 1.00
a. The processor, main memory, and monitor.
Flag question
b. The processor, main memory, and secondary memory
c. First, second, and third memory.
d. The keyboard, the disks, and the audio blaster.

The correct answer is: The processor, main memory, and secondary memory

Question 4
What is a computer network?
Correct

1.00 points out Select one:


of 1.00
a. Two or more computers connected together to exchange data and programs.
Flag question
b. A computer that can run many programs from its hard disk.
c. A group of computers that share the same power supply.
d. A computer that is used by many different human users.

The correct answer is: Two or more computers connected together to exchange data and programs.

Question 5
What is an embedded system?
Correct

1.00 points out Select one:


of 1.00
a. A program that comes shink-wrapped in a box.
Flag question
b. A program that is permanently part of a computer.
c. A computer that is part of a larger computer.
d. A computer and software system that controls a machine or appliance.

The correct answer is: A computer and software system that controls a machine or appliance.

Question 6
What is an operating system?
Correct

1.00 points out Select one:


of 1.00
a. The part of the hardware that operates input and output devices.
Flag question
b. The part of the hardware that operates the mouse and the windows on the monitor.
c. Systems software that coordinates the hardware and software components of a computer system.
d. A section of software that must be part of every program.

The correct answer is: Systems software that coordinates the hardware and software components of a computer system.

Question 7 What is the difference between hardware and software?


Correct

1.00 points out Select one:


of 1.00
a. Hardware is tangible, but software is intangible.
Flag question
b. Hardware is metal, software is plastic.
c. Hardware is permanent, software is temporary.
d. Hardware is reliable, software is unreliable.

The correct answer is: Hardware is tangible, but software is intangible.

Question 8
Where are programs and data kept while the processor is using them?
Correct

1.00 points out Select one:


of 1.00
a. Main memory
Flag question
b. Secondary memory
c. Disk memory
d. Program memory

The correct answer is: Main memory

Question 9
Which component does the actual computation of a computer system?
Correct

1.00 points out Select one:


of 1.00
a. The main memory.
Flag question
b. The secondary memory.
c. The processor chip.
d. The power supply.

The correct answer is: The processor chip.

Question 10
Which type of memory is most closely connected to the processor?
Correct

1.00 points out Select one:


of 1.00
a. Main memory.
Flag question
b. Secondary memory.
c. Disk memory.
d. Tape memory.

The correct answer is: Main memory.

Question 11
About how many different fundamental operations can most processors perform?
Incorrect

0.00 points out Select one:


of 1.00
a. 2
Flag question
b. A few dozen.
c. A few hundred. 
d. More than a thousand.

The correct answer is: More than a thousand.

Question 12 How many machine instructions can execute per second on a modern processor?
Correct

1.00 points out Select one:


of 1.00
a. One instruction per second.
Flag question
b. Ten instructions per second.
c. One hundred instructions per second.
d. Millions of instructions per second.

The correct answer is: Millions of instructions per second.

Question 13
What does a computer language compiler do?
Correct

1.00 points out Select one:


of 1.00
a. It takes a source file as input and produces an executable program as output.
Flag question
b. It takes an executable program as input and runs it on the computer.
c. It takes the output of a program and displays it on the computer monitor.
d. It translates a program in main memory into a program on secondary memory.

The correct answer is: It takes a source file as input and produces an executable program as output.

Question 14
What is a machine instruction?
Correct

1.00 points out Select one:


of 1.00
a. Several bytes in main memory that tells the processor to perform one machine operation.
Flag question
b. A particular combination of keys on the keyboard that turns the computer system off.
c. A byte that contains numeric data.
d. An electrical signal that activates the processor.

The correct answer is: Several bytes in main memory that tells the processor to perform one machine operation.

Question 15 What is a machine operation?


Incorrect

0.00 points out Select one:


of 1.00
a. Any activity of any part of the computer system. 
Flag question
b. One of the tiny electronic operations that a processor can perform.
c. A section of main memory that is part of a computer program.
d. An activity of the operating system needed to run a program.

The correct answer is: One of the tiny electronic operations that a processor can perform.

Question 16
What is a source program?
Correct

1.00 points out Select one:


of 1.00
a. The program that the processor is execting a particular instant.
Flag question
b. The first copy ever made of a program.
c. A text file created by a programmer containing instructions written in a high level language.
d. A collection of machine instructions that the processor can execute.

The correct answer is: A text file created by a programmer containing instructions written in a high level language.

Question 17
What is an interpreter?
Correct

1.00 points out Select one:


of 1.00
a. An interpreter takes an executable program as input and creates a source program.
Flag question
b. An interpreter is a program that acts like a processor that can directly execute a high level language.
c. An interpreter acts as an messenger between main memory and secondary memory.
d. An interpreter translates exectutable programs between Apple computers and Intel computers.

The correct answer is: An interpreter is a program that acts like a processor that can directly execute a high level language.

Question 18 What is the architecture of a computer processor?


Correct

1.00 points out Select one:


of 1.00
a. The physical layout of the chip---its electrical connections, supporting hardware, and heat sink.
Flag question
b. The additional electrical components necessary to make the processor run.
c. The choice of machine operations and how they are implemented.
d. The set of high level languages that run on the processor.

The correct answer is: The choice of machine operations and how they are implemented.

Question 19
What part of a computer system is most directly concerned with performing the actions called for by a program?
Correct

1.00 points out Select one:


of 1.00
a. The hard disk .
Flag question
b. Main Storage.
c. The processor.
d. The monitor.

The correct answer is: The processor.

Question 20 Which one of the following statements is FALSE?


Correct

1.00 points out Select one:


of 1.00
a. A machine language program is a sequence of machine language instructions in main memory.
Flag question
b. A machine language program is also known as an executable program.
c. The processor runs a program one machine instruction at a time.
d. Each machine instruction can be used only once.

The correct answer is: Each machine instruction can be used only once.

Finish review

 Completed

 Previous Jump to... Next 

 About Partners Blog Contact


© Saylor Academy 2010-2022 except as otherwise noted. Excluding course final exams, content authored by Saylor Academy is available under a Creative Commons Attribution 3.0 Unported license. Third-party materials are the copyright of their respective owners and shared under various licenses. See detailed licensing information.
Saylor Academy®, Saylor.org®, and Harnessing Technology to Make Education Free® are trade names of the Constitution Foundation, a 501(c)(3) organization through which our educational activities are conducted.

Sitemap | Terms of Use | Privacy Policy


Data retention summary
Get the mobile app
Policies

You might also like