What is the main function of the Control Unit in a CPU?
Computer Science Fundamentals Quiz

Quiz
•
Science
•
University
•
Medium
Olga Yugay
Used 9+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To perform arithmetic operations
To store data
To direct the operation of the processor
To manage input and output devices
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
List a is defined as follows:
a = [1, 2, 3, 4, 5]
Select all of the following statements that remove the middle element 3 from a so that it equals [1, 2, 4, 5]:
a[2:3] = []
a[2] = []
a[2:2] = []
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the ALU stand for?
Arithmetic Logic Unit
Advanced Logic Unit
Analog Logic Unit
Arithmetic Language Unit
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the primary purpose of cache memory?
To store permanent data
To provide fast access to frequently used data
To manage input and output operations
To execute machine language instructions
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which component of a computer holds both data and instructions in a von Neumann architecture?
Input Unit
Arithmetic Logic Unit
Memory Unit
Control Unit
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
List a is defined as follows:
a = ['a', 'b', 'c']
Which of the following statements adds 'd' and 'e' to the end of a, so that it then equals ['a', 'b', 'c', 'd', 'e']:
a[-1:] = ['d', 'e']
a += ['d', 'e']
a.append(['d', 'e'])
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Assume x and y are assigned as follows:
x = 5
y = -5
What is the effect of this statement:
x, y = (y, x)[::-1]
The values of x and y are swapped
Both x and y are -5
The values of x and y are unchanged
Both x and y are 5
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
General Knowledge on Computer Science

Quiz
•
University
20 questions
computer

Quiz
•
University
15 questions
Logic

Quiz
•
8th Grade - University
12 questions
Executive Brain Mathematics: Domain-General and Domain-Specific

Quiz
•
University
13 questions
IT chap 2

Quiz
•
University
19 questions
Computer Fundamentals Quiz

Quiz
•
University
20 questions
Икт 7-8

Quiz
•
University
15 questions
Brain Anatomy

Quiz
•
11th Grade - University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade