Computational test flashcards
revise for test
Which of the following are Boolean Operators
AND
NOT
OR
ALSO
AND, NOT, and OR are Boolean operators.
ALSO is not a Boolean operator.
what is a Venn Diagram
A Venn diagram is a series of overlapping circles that represents logic
in a graphic.
what is a Truth Table
A truth table is a table of the outputs from all possible combinations of
input.
witch Logic Gates has One Input
The NOT gate only has one input
What are the symbols for AND gates and NOT gates
- The symbol for AND gate is a D-shaped symbol.
- The symbol for NOT gate is a triangle with a small circle at the output.
what are OR gates and AND gates functions
OR Gate: An 1 output will be provided if at least one of the
inputs is 1 otherwise a 0
AND Gate: An 1 output will be provided only if both inputs are
1. otherwise 0
what is a logic circuit.
A combination of connected logic gates is called a Logic circuit
PRESENT/ABSENT is ______ typically used to represent inputs or outputs in
circuits.
PRESENT/ABSENT is not typically used to represent inputs or outputs in
circuits.
How many symbols does NOT gates have
only one
what is a Algorithm
A set of instructions that achieve a specific goal is called an algorithm.
how do you reduce the number of instructions in a program
To reduce the number of instructions, you can use repeat commands.
what is a nested loop
When repeat commands are put in other repeat commands, it is known
as a nested loop.
what does lossy compression mean
Lossy compression means the original data will lose some quality once
it is decompressed.
what does a Lossless compression mean
Lossless compression means the original data will be restored exactly
once decompressed.
what does ASCII means what
ASCII means the Table that contains characters and the binary they represent
what is the binary number for the letter ‘C’
01000011
what does Abstraction mean
Abstraction is where we hide or remove details that aren’t important to
the problem.
What does Decomposition mean
Decomposition is breaking down a problem into smaller problems that
are more manageable
what is a Pixel
Each tiny, coloured square that makes up a big image is called a pixel.
how do you find the numbers of Nodes and Edges
The number of nodes and edges in a network can vary based on the
specific diagram provided.
How to find the shortest path in a Network
The shortest path between nodes in a network depends on the specific
connections
To send a packet of data through a network, the two crucial information are:
the destination address and the packet number
How many bits will it take to store a black and white image with a width of 10 pixels and a height of 10 pixels
100 bits to store the data
From the statement “All dogs have four legs and fur but not wings,” and
knowing that Tim has two legs, is he a dog
he is not a dog