YES Flashcards
Time sharing is a technique
Enabling data transfer is given time slots
Allowing a computer to speed up the computations
Enabling the execution of many processors on one processors
Enabling the execution of many processors on one processors
In order to add two floating-point numbers:
The result depends on which number we denormalize
When adding two negative numbers, we will get a positive one
Obtain the same result as one of the arguments, even if none of them is 0
Obtain the same result as one of the arguments, even if none of them is 0
OCR is a kind of software we use for:
Transferring images to text files
Wrong
Wrong
Wrong
Transferring images to text files
Data transfer from hard disk:
always involves buffers;
is much slower than data transfer from RAM to the central processor;
always involves buffers;
is much slower than data transfer from RAM to the central processor;
Al Khwarizmi
was writing the first computer programs
was making a living out of studies
wrote the solutions of mathematical problems in an algorithmic way
was making a living out of studies
wrote the solutions of mathematical problems in an algorithmic way
Creators of mechanical calculators were
Gottfried Wilhelm Leibniz
Blaise Pascal
Wilhelm Schickard
Gottfried Wilhelm Leibniz
Blaise Pascal
Wilhelm Schickard
chess won a game to human
10 years ago
NEVER
5 Years Ago
20 years ago
The following equations are correct in the floating-point system
110 0101 + 111 0101 = 000 0100
010 0100 + 010 0100 = 011 0100
101 0101 + 110 0101 = 111 0100
010 0100 + 010 0100 = 011 0100
101 0101 + 110 0101 = 111 0100
(0011) is a basic period of a number:
6/7
4/5
2/7
4/5
To represent in 2-‘s-complement system an integer with an absolute value more than 1.000.000.000, how many bytes do we need exactly?
30
16
4
6
4
To determine the average complexity of an algorithm we need to evaluate
all possible data
a specific layout of a random variable
concrete data
all possible to imagine algorithms
all possible data
a specific layout of a random variable
To determine the pessimistic complexity of a problem we need to evaluate
all possible data
all possible to imagine algorithms
concrete data
specific layout of a random variable
all possible data
all possible to imagine algorithms
Adding 1.4 + 8.8 in a floating-point processor we are sure that
the result will be rounded
all arguments are represented exactly
the result will be rounded
And the serial port is
always slower than a parallel port
installed in modern notebooks
used to connect a keyboard
always slower than a parallel port
The creator of the first computer is considered to be
Konrad Zuse
John von Neumann
John Backus
Konrad Zuse
Which one of these equations is false in the floating-point system
111 0111 + 000 1000 = 111 0100
111 0111 + 000 0111 = 001 0101
001 0101 + 110 0101 = 111 0101
111 0111 + 000 0111 = 001 0101
(001) is the expansion period of the number
1/7
1/5
6/7
2/7
1/5
Which of the following binary strings rounds best the given values in the floating-point system (3bit exponent + 4 of significand)?
100 0111 best rounds up 7/129
110 0111 best rounds up 7/33
101 0111 best rounds up 1/11
100 0111 best rounds up 7/129
110 0111 best rounds up 7/33
CD-R are written once, because
the lasers cause an irreversible fixation of magnetic domains
the surface of the disc is subjected to irreversible thermal damage
bits are so densely encapsulated that changing one of them would have caused a cascade of further changes
the interference of newly-written bits with the old ones would have caused too mcuh noise (hum?)
the surface of the disc is subjected to irreversible thermal damage
The cylinder count on a disc is
dependable of the formatting options
twice as large as the count of the plates
as itself as the count of the tracks of the surface of a plate
dependable of the formatting options
as itself as the count of the tracks of the surface of a plate
To connect a computer to a network you need a
stable connection
modem
cable
network card
network card
The packet’s route is decided by
the operator
the router
the packet itself
the router
The Turning test is
one of the instructions of the Turning machine
verification of a computer’s intelligence
a type of a logical condition
verification of a person’s intelligence
verification of a computer’s intelligence
Artificial intelligence achieved significant successes in the field of
automatic translation
facial recognition
help in decision making
game programming
help in decision making
Polish diacritic symbols are coded in Windows as
ASCII codes
bytes with their first bit being 1
two bytes
bytes with their first bit being 1
1 MB is exactly
10^6 bytes
2^30 bytes
2^33 bits
1,000,000 bytes
A megabyte is a unit of data capacity that is equal to 1,000,000 bytes in decimal notation (base 10) or 1,048,576 bytes in binary notation (base 2). The base-10 amount is also represented as 10^6 or 1000^2 bytes, and the base-2 amount is represented as 220 or 10242 bytes.
Critical path method is used to
find the shortest path in a graph
define the minimum time needed to end the work of a concurrent system
detect errors in logical circuits by tracking down the area of signal disruption
define the minimum time needed to end the work of a concurrent system
What happens during a linking of a program (program linking?) is
determining the actual address based on the relative addresses calculated for complicated modules
merging procedures found in the modules in one library
specification of the meaning of identifiers found in different modules
determining the actual address based on the relative addresses calculated for complicated modules
specification of the meaning of identifiers found in different modules
During the module compilation
the meaning of every identifiers found in the module is specified
relative addresses of allocation of every variable declared in the module are determined
object code is created
relative addresses of allocation of every variable declared in the module are determined
Pressing a key on a keyboard always sends
8 bits
16 bits
different sequences of bites relative to the chosen font
8 bits
For NP-completeness problems
there are no known polynomial algorithms
is known, that there are no polynomial algorithms
it is possible in polynomial time to check if the object is a solution for the given problem
there are no known polynomial algorithms
it is possible in polynomial time to check if the object is a solution for the given problem
Every algorithmic problem
can be solved, if we have large enough memory and enough time
for which there is a solution, the solution exists for every practical data
which complexity is (2^n) is practically impossible to solve for modern computers for data n>100
which complexity is (2^n) is practically impossible to solve for modern computers for data n>100
The fundamental problem of Charles Babbage was
lack of money
lack of technology and engineering advancement
a woman
lack of inventions
lack of money
lack of technology and engineering advancement
The idea of using punch cards was first realized by
Jacques de Vaucanson
Herman Hollerith
Charles Babbage
Herman Hollerith
The floating-point number 110 1000 has
a negative value
an absolute value less than 1/2
an absolute value less than 1 (because it’s -1/4)
an absolute value less than 1 (because it’s -1/4)
Are the following equations true in the floating-point system?
111 0111 + 000 0111 = 001 0101
110 0111 + 110 0100 = 111 0110
101 0101 + 110 0100 = 111 0100
111 0111 + 000 0111 = 001 0101
(101) is the expansion period of the number
1/5 0.(0011)
1/10 0.0(0011)
4/5 0.(1100)
1/5 0.(0011)
1/10 0.0(0011)
4/5 0.(1100)
In 8-bit code the signed number representation
11111111 represents value -1
10010000 represents value -16
11110000 represents value -112
10010000 represents value -16
11110000 represents value -112
Cylinders on a hard drive are
sets of routes created by the producer on which bits are written
equally distributed from the middle surface fragments on different plates which were created during formatting
spirally distributed surface fragments above which heads are moving
equally distributed from the middle surface fragments on different plates which were created during formatting
The protocol thanks to which the whole Internet works is called
http
ftp
telnet
TCP/IP
TCP/IP
The protocol allowing for a safe file transfer is called
ftp
http
ssh
scp
scp
The speed of reading data from a hard drive may depend upon
the speed of the disc’s rotation
the alignment of data on the surface of the disc
the location the hard drive is connected to on the motherboard
matching the frequency of refreshing the memory with the speed of data transmission forced by the controller
the speed of the disc’s rotation
the alignment of data on the surface of the disc
The Turing machine is
an abstraction, never made a reality
a prototype of modern computers, partly made mechanically
able to solve any problem a modern computer is able to solve
an abstraction, never made a reality
able to solve any problem a modern computer is able to solve
The only peripheral attached to a computer sometimes is
a bar code scanner
and the keyboard
and mouse
and the keyboard
The number 3/2004 in binary system has
an infinite expansion
a periodic expansion of the length less than 1111
a periodic expansion of the length equal 1111
an infinite expansion
Floating-point addition is
exact
Commutative
distributive
Commutative
(001) is the periodic expansion of the number
1/7
1/5
1/10
6/7
1/7
The standard RAM memory is realized in
magnetic technology
electromagnetic technology
electrodynamic technology
optical technology
electromagnetic technology
In 8-bit code the signed number representation
11111111 represents value 0
11110000 represents value -16
11110000 represents value -15
11111111 represents value 0
(0011) is the (basic?) periodic expansion of the number
1/5
1/10, because 0.0(0011)
2/7
1/5
1/10, because 0.0(0011)
To avoid the interference of the credit card number in online transactions
passwords are used
encryption is used
ppp connections are used
biometric parameters of the sender are used
encryption is used
The oldest known and used to this day common algorithms originate from
Ancient history (antiquity)
Middle Ages
18th century
Ancient history (antiquity)
Buffers are used in transmitting data from the hard drive
only when the user clearly requests it
only when it can speed up the transmission
always
always
Of different the ways of connecting to a network the least secure connection is
via modem
via cable TV
ISDN
DSL
via cable TV
Which of the following binary strings rounds best the given values in the floating-point system (3bit exponent + 4 of significand)?
100 0111 best rounds 7/129
110 0111 best rounds 7/33
100 0110 best rounds 1/23
100 0111 best rounds 7/129
110 0111 best rounds 7/33
100 0110 best rounds 1/23
1TB is exactly
10^12 bytes
2^40 bytes
2^43 bits
10^12 bytes
Packets are the size of
dozens of bytes
hundreds of bytes
hundreds of kilobytes
hundreds of bytes
What is the least amount of bits needed to represent all integers with absolute value less than a billion in two’s complement?
30
31
16
14
31
The usage of floating-point system compared to fixed-point system
increases the number of possible representable values
increases the accuracy in the whole interval of representability
increases the range of representability
increases the number of possible representable values
increases the range of representability
The Eucliedian algorithm is used for
finding prime numbers
finding the greatest common divisor
finding the smallest common divisor
finding the greatest common divisor
Operations on bits
are executed by the processor in order, never simultaneously
are only four: NOT, OR, XOR and AND
can be assembled creating more complex logical schemes
are only four: NOT, OR, XOR and AND
can be assembled creating more complex logical schemes
In the floating-point system
every value ranging -8 to 7 can be represented, though some with an error
the number of the values which are represented without an error is finite
every integer of the interval of representability are represent without error
the number of the values which are represented without an error is finite
In the floating-point system in which the exponent is represented by a single byte and the significand by 5 bytes
every value ranging -8 to 7 can be represented, though some with an error
the number of the values which are represented without an error is finite
every integer of the interval of representability are represent without error
the number of the values which are represented without an error is finite
every integer of the interval of representability are represent without error