Module 1-Computer Architecture Quizzes

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/29

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

What is assembly as mentioned in the context of computer systems?

 

The human-readable form of machine code

2
New cards

Which of the following is NOT considered a computer system according to the text?

 

  • Desktop Computer

  • Laptop

  • Calculator

  • Raspberry Pi

Calculator

3
New cards

What is the primary role of Random Access Memory (RAM)?

Stores data and instructions of running programs lost when power is lost

4
New cards

What unique feature does the Raspberry Pi single-board computer (SBC) contain?

 It contains a system-on-a-chip (SoC) processor with integrated RAM and CPU

5
New cards

Which of the following is NOT a function of the Operating System (OS)?

 

  • Enables users to easily run and interact with programs

  • Controls and manages the underlying hardware components of the computer

  • Permanently stores programs and data

  • Implements policies and mechanisms to allow multiple programs to run simultaneously

Permanently stores programs and data

6
New cards

Which of the following hardware components enables communication between the computer and its environment?

 

  • CPU

  • RAM

  • Input/Output (I/O) Ports

  • Secondary Storage Devices

Input/Output (I/O) Ports

7
New cards

What is the difference in the cooling system between desktops and laptops?

Desktops have a more robust cooling system Laptops have a more constrained cooling design

8
New cards

What is the name of the program that a high-level program is compiled or translated to for a computer to execute it?

Assembly program

9
New cards

What is a computer system?

A computer system is a system that combines both hardware and software, that together make the computer usable by users and programs.

10
New cards

Which is the following statements is true about the execution of a high-level program by computer hardware?

 

  • A high-level program is executed directly by the computer hardware.

  • A high-level program needs to be first compiled to textual form of instructions, and then the instructions are executed directly by the computer hardware.

  • A high-level program needs to be first compiled to textual form of instructions, and then the textual form of instructions are assembled to their binary form and the binary instructions are executed all at together directly by the computer hardware. 

  • A high-level program needs to be first compiled to textual form of instructions, and then the textual form of instructions are assembled to their binary form and the binary instructions are executed one by one directly by the computer hardware.

A high-level program needs to be first compiled to textual form of instructions, and then the textual form of instructions are assembled to their binary form and the binary instructions are executed all at together directly by the computer hardware.

11
New cards
What is Computer Architecture likened to in the text?
Integrated System Architecture
12
New cards
What is referred to as the brain of the computer?
CPU
13
New cards

Which of the following is not an example of an Instruction Set Architecture (ISA)?

  • RISC-V

  • X86

  • ARM

  • JavaScript

JavaScript
14
New cards
What does ISA stand for?
Instruction Set Architecture
15
New cards
An ISA specifies what instructions that hardware can execute.
True
16
New cards
An ISA is considered as the interface between hardware and software.
True
17
New cards
An ISA defines instructions that can be used in an assembly program.
True
18
New cards
An ISA specifies how a computer is implemented.
False
19
New cards
Which type of ISA uses simple instructions that execute quickly?
RISC
20
New cards
Who won the 2017 Turing Award for RISC development?
David Paterson and John Hennessy
21
New cards
Where is CISC more common today?
Desktop and many server
22
New cards
Who made the connection between Boolean algebra and electrical circuit design in 1937?
Claude Shannon
23
New cards
What are the five main parts of the von Neumann architecture?

processing unit (CPU), control unit (ALU), memory unit (RAM), Registers, Buses

24
New cards
What do registers temporarily hold within the hardware?
Data or instructions
25
New cards
What is like a conductor leading an orchestra in the context of a computer?
Control Unit
26
New cards
What memory is referred to interchangeably with RAM according to the text?
Internal random access memory
27
New cards

Which of the following is not an I/O unit?

  • Keyboard

  • Monitor

  • ALU

  • Touchscreen

ALU
28
New cards
What determines how much data can be transferred at once in the context of buses?
Width of a data bus
29
New cards
What is the standard data size handled by the processor called?
Word size
30
New cards
What part of the processing unit carries out the instruction on the data operands?
ALU