Save
Y8 Computing π»π½
Save
Share
Learn
Content
Leaderboard
Learn
Created by
β Zaraβ
Visit profile
Cards (27)
CPU
β¨
(Central Processing Unit) The brain of the computer that executes instructions.
Motherboard
β¨
The main
circuit
board that connects all
hardware
components.
Memory
(RAM)β¨
Temporary
storage for data being
processed.
Hardware
β¨
Physical
components
of the computer.
Software
β¨
Programs that
run
on the computer.
Keyboard
β¨
Input device for
typing
commands.
Mouse
β¨
Input device for
interacting
with the screen.
Binary System
β¨
Uses only
two
digits,
0
and 1, to represent information.
Pixel
β¨
Smallest
unit of an image.
Pixel Image
β¨
A collection of
pixels
that form a visual
representation.
Sequence
β¨
A list of
instructions
to be
executed
in order.
Iteration
β¨
Repeating a sequence of
instructions
until a
condition
is met.
Selection
β¨
Choosing a specific
path
based on
conditions.
Loop
β¨
A sequence of instructions
repeated
until a
condition
is met.
Binary Code
β¨
Coding using only
0s
and
1s.
AND
Gate:
A logic gate that accepts
two
inputs and produces a
single
output.
OR Gate
: A logic gate that performs the
logical
operation of OR.
NOT
Gate
: A gate that inverts the value of the
signal
Bit
A
binary digit, 1 or 0
Nibble
4 bits
Byte
8
bits
kilobyte
(kB)
1024
bytes
megabyte
(MB)
1024
kB
gigabyte (
GB
)
1024
MB
terabyte
(TB)
1024
GB
There are
8
bits in a byte
There are
2
nibbles in a byte
There are
1024
bytes in a KB
There are
1024
KB in a MB
There are
1048576
KB in a GB (1024X1024)
String:
A sequence of characters,
numbers
, or symbols that can be used to represent a sequence of characters,
numbers
, or symbols.
Integer:
A whole
number
that can be represented by a single
digit.
Real
: A number that can be a
decimal.
Boolean:
Can be one of
two
values, True or False.
What
is
memory
in
a
computer?
β¨
Stores information, such as data and programs, for immediate use in the computer.
Symbols in
Python
:
Why do computers use binary?
Binary is easier for
computers
to process, and it also takes up less
space.