Save
SC1003
basic computer operations
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
aiya
Visit profile
Cards (78)
What is the main focus of the lesson on Computational Thinking?
Basic Computer Operations
View source
What should students be able to do by the end of the lesson on Computational Thinking?
Describe
the
basic
organization and modules in a basic computer
View source
What are the functional units in the Central Processing Unit (CPU) of a computer?
Control
Unit,
Arithmetic
/
Logic
Unit,
Register
Array
View source
What is the role of the Central Processing Unit (CPU) in a computer?
The CPU
processes
information and performs
operations
based on the information given
View source
What does the Memory module do in a computer?
It
stores
information used by the
computer
View source
What is the function of the Input/Output (I/O) Interface?
It is a
mechanism
for transferring information to and from the
outside
world
View source
What is the purpose of the System Bus in a computer?
It provides the
connection
between the
modules
View source
What is a Microprocessor?
A
Microprocessor
is a
component
that integrates the CPU,
memory
, and
I/O
interface
View source
What are the types of information represented in a computer system?
Instruction
and
Data
View source
How is information represented to a computer?
In the form of
voltage
levels
View source
What are the two voltage levels used to represent binary information?
Low
voltage (0 volt) and
High
voltage
View source
What does the binary digit represent in a computer?
‘0’
for low voltage and
‘1’
for high voltage
View source
What is Binary Format?
Information
representation
using
binary
bits
View source
What does the subscript ‘2’ or ‘b’ indicate in binary numbers?
It means the number should be
interpreted
using a
base-2
numeral system
View source
How many values can a datum consisting of one bit have?
Two
values: either
0
or
1
View source
What is the general expression for an n-bit binary number?
bn-1…bk…b2b1b0
View source
How can the decimal value of an n-bit (unsigned) binary number be calculated?
Using the formula
2
n
−
1
×
b
n
−
1
+
2^{n-1} \times b_{n-1} +
2
n
−
1
×
b
n
−
1
+
…
+
\ldots +
…
+
2
k
×
b
k
+
2^{k} \times b_{k} +
2
k
×
b
k
+
…
+
\ldots +
…
+
2
2
×
b
2
+
2^{2} \times b_{2} +
2
2
×
b
2
+
2
1
×
b
1
+
2^{1} \times b_{1} +
2
1
×
b
1
+
2
0
×
b
0
2^{0} \times b_{0}
2
0
×
b
0
View source
What is the decimal value of the binary number
011
0
b
0110_b
011
0
b
?
6
View source
What is the hexadecimal format used for?
To make it easier for humans to
read
and
write
binary data
View source
How many binary bits does each hexadecimal symbol represent?
Four
binary bits
View source
How is binary data converted to hexadecimal format?
By separating the binary data into groups of
four
bits
View source
What does the term "Memory Size" refer to?
The
total
number of locations that a
memory
module can support
View source
How is memory size calculated based on the address bus?
Memory size =
2
n
2^n
2
n
bytes
View source
What is the memory size when
n
=
n =
n
=
10
10
10
?
1024
bytes (
1
KiloByte)
View source
What is the memory size when
n
=
n =
n
=
20
20
20
?
1 MegaByte
(MB)
View source
What is the memory size when
n
=
n =
n
=
30
30
30
?
1
GigaByte
(GB)
View source
What is the difference between a 32-bit computer and a 64-bit computer?
A
32-bit
computer uses a CPU with 32-bit registers and
memory addressing
, while a
64-bit
computer uses a CPU with 64-bit registers and
memory addressing
View source
What determines the operation of a computer?
A sequence of
instructions
given by the user, collectively known as a
program
View source
How are program instructions stored in memory?
They look like
codes
representing
instructions
but are interpreted as
commands
when retrieved by the
CPU
View source
What is the difference between software and hardware?
Software
refers to the programs and
instructions
, while
hardware
refers to the
physical
components of the computer
View source
In what format are all instructions encoded in a computer?
In
binary
format
View source
What is the role of the Control Unit (CU) in the CPU?
It
controls
and coordinates the overall
operation
of the CPU
View source
What does the Arithmetic/Logic Unit (ALU) do?
It performs
arithmetic
operations and Boolean
logic
functions
View source
What is the purpose of the Register Array in the CPU?
It holds the various
information
used by CPU
operations
View source
What are the three main functional units within the CPU?
Control
Unit (CU),
Arithmetic
/
Logic
Unit (ALU),
Register
Array
View source
What is the function of the Data Bus?
It conveys the
information
from one
module
to another
View source
What does the Control Bus do?
It provides
control
signals for the modules to
work
together
View source
What is the purpose of the Address Bus?
It conveys the
address
information
View source
What does the address bus determine during data transfer?
The location of the
source
and
destination
of the data transfer
View source
What is the primary function of the address bus?
To specify the physical
memory
locations where data is to be read from or
written
to
View source
See all 78 cards