The gate "Negation" has such short meaning
NOT
10 to binary
1010
Name two main types of compression, according to their effects on data unity
Lossy and Lossless
Visual output device is called
Screen (Monitor, Display)
The song having the same name as topic was written by this famous french electro-band
The set of instructions is being called:
Algorithm
1 and 0 gives us
FALSE
200 to binary
11001000
Compression used by Paint graphic redactor
png
Its capacity was just 1.44 Mb
legendary floppy disc
He was the author of "80 days around the world"
Jules Verne
Algorithm can be represented by the help of this type of diagram
Flowchart
The algebra based on which we have correspondent logic has been called after him
George Boole
10110 to denary
22
The special integrated utility which allows video compression
CODEC
We call it "the brain" of computer
CPU
Fernand Magellan
Diamond refers to this part of flowchart
Decision
1 NAND 1 makes
FALSE
411 to hexadecimal
19B
Which type of compression fits best for OS archive utility?
Lossless
Plotter is one of the least obvious representatives of these group of hardware
Output devices
The logo of this motor company means coverage of the whole Earth
Toyota
State the output:
x=5
y=4
#c=5+4
print(c)
Error
1 V 1 * (0' & 1) OR 0 AND 1 makes
TRUE
01111011
an image of 300 by 800 pixels compressed by 15 times. How many Kb it makes at final?
48 Kb
BIOS helps us to "boot" this
Operation system
Supercomputer "Frontier" is the most powerfull computer in the world at the moment. Name the country of basement
USA
"Set total to zero
Set grade counter to one
While grade counter is less than or equal to ten
Set the class average to the total divided by ten
Print the class average."
Name the passage above in one word.
Pseudocode
1 OR 1 NOR 1 NAND 1
TRUE
LVIII in roman will make ______ in denary
58
24 Kb is a size of square image compressed 5 times in RGB full-colour mode. Find it's dimensions in pixels
200 by 200
This memory type is division of RAM, but faster
Cache memory
"Give me a fulcrum, and I will move (turn over) the Earth!". Name the author of these words.
Archimedes of Syracuse
This data type in python deals with TRUE and FALSE logical outputs:
Bool