test1 Flashcards
Who is the father of computers?
Charles Babbage (analytical engine)
What is the first programing language?
Plankalkul
Who was the first programmer?
Ada Lovelace
What is abstraction?
Creating a mental mode that removes complexity (you dont need to know how your car works to use it but you need to know how the wheel works)
Who invented the analytical engine?
Charles Babbage
What did Pascal invent?
Solid gear driven machine that can add -/x+ whole number
What Is high level language?
basically, English understood by humans Fortran, Cobol, lisp
What is low level language?
assembly and machine language.
In which Software gen were Fortan Cobol and l developed?
Second
What is the computers operation system generally known as?
System software
What is time sharing?
Is he process of many users, each at a terminal, using a single computer at the same time
What does the term Core i5 refer to in the description of the components of the Dell
Inspiron 5000 laptop?
The presence of two central core processors on one chip in the laptop computer
What is an algorithm
Something that allows us to develop and express solutions to problems.
T or F.A volatile storage device loses the contents of its memory if its power supply is turned off.
true
t or f An embedded system is a computer that is designed to perform a narrow range of
functions as part of a larger system.
true
Which parallel-processing approach applies the same program to multiple data sets
using multiple ALUs?
Synchronous processing
True or False? The data on a CD-RW can be rewritten
true
A bus is a set of wires through which data travels between components of a
computer.
true
How many things can be represented using two bits?
4
Generally, how many things can be represented in n bits?
2^n
True or False? Information is data that has been organized and/or processed in a
useful way.
true
how would electronical signals easier to manage?
If they transfer only binary data.
Which technique for representing numeric data uses the mantissa to hold the significant digits of a value?
floating point
When is the term radix point is used?
instead of decimal point in bases other
than 10.
When representing numbers using _______________, there are two representations for zero.
signed magnitude
Which problem is caused most directly by the existence of two representations of
zero within a computer?
Unnecessary complexity
Which of the following is a list of characters and the codes used to represent each one?
Character set
What is a character set?
is a list of characters and their numeric codes.
What is ASCII?
American standard code for Information Interchange
What is bandwidth?
is the number of bits or bytes that can be transmitted from
one place to another in a fixed amount of time.
Runlength encoding
Is a form of lossless data compression which runs off data are stored as a single data value and count. consecutive elements are replaced with the element and count
Huffman encoding
uses a variable-length binary string to represent a character so that frequently used characters have short codes
In which text compression technique is it invalid for a bit string that represents a
character to be the prefix of any other string used to represent a character?
Huffman Encoding
True or False? Keyword encoding is a type of text compression.
True
True or False? Huffman encoding uses variable length binary strings to represent
particular characters.
True
Do you lose data in lossy or lossless?
Lossy
What is sampling?
is the process of periodically measuring the voltage of a signal.