0% found this document useful (0 votes)
80 views11 pages

Progress Test 1 PDF

The document is a progress test with multiple choice questions covering various topics in computer science. It contains 20 questions testing knowledge of topics like data storage, binary representations, computer hardware components, networking protocols, and more. The respondent answered 85% of the questions correctly, receiving a score of 85 out of a total of 100 points on the test.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
80 views11 pages

Progress Test 1 PDF

The document is a progress test with multiple choice questions covering various topics in computer science. It contains 20 questions testing knowledge of topics like data storage, binary representations, computer hardware components, networking protocols, and more. The respondent answered 85% of the questions correctly, receiving a score of 85 out of a total of 100 points on the test.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

9/23/21, 9:51 PM Progress Test 1

Progress Test 1 Total points 85/100

The respondent's email ([email protected]) was recorded on submission of


this form.

The data in _______ is erased if the computer is powered down * 3/3

RAM

ROM

a tape drive

a CD-ROM

A floating-point value after normalization is (1.0101) x 2^-4. What is the 3/3


value of exponent section in the Excess-127 representation? *

-4

127

123

https://docs.google.com/forms/d/e/1FAIpQLSf_CbQYC7U0UGHllJc3-W-y2wMfZ_7VvIc5GsT6ixwbEETlZA/viewscore?hr_submission=ChkIw9jL4fkBE… 1/11
9/23/21, 9:51 PM Progress Test 1

IP addresses are currently _______ bits in length. * 3/3

32

40

A step-by-step solution to a problem is called an _______ (Fill in blank 5/5


with one word) *

algorithm

_______ operator (s), if the input is two 0s, the output is 0. * 3/3

In only AND

In only OR

In only XOR

In AND, OR, or XOR

https://docs.google.com/forms/d/e/1FAIpQLSf_CbQYC7U0UGHllJc3-W-y2wMfZ_7VvIc5GsT6ixwbEETlZA/viewscore?hr_submission=ChkIw9jL4fkBE… 2/11
9/23/21, 9:51 PM Progress Test 1

An image can be represented in a computer using the _______ method * 3/3

bitmap graphic only

vector graphic only

Excess system only

either bitmap or vector graphic

The _______ layer of the TCP/IP protocol suite transmits a bit stream over 3/3
a physical medium. *

physical

data link

network

transport

The first computing machine to use the idea of storage and 0/3
programming was called _______. *

the Madeline

EDVAC

the Babbage machine


https://docs.google.com/forms/d/e/1FAIpQLSf_CbQYC7U0UGHllJc3-W-y2wMfZ_7VvIc5GsT6ixwbEETlZA/viewscore?hr_submission=ChkIw9jL4fkBE… 3/11
9/23/21, 9:51 PM Progress Test 1
g

the Jacquard loom

If the ASCII code for E is 1000101, then the ASCII code for e is _______. 5/5
Answer the question without consulting the ASCII table. *

1000110

1000111

0000110

1100101

The three steps in the running of a program on a computer are 5/5


performed in the specific order _______ *

fetch, execute, and decode

decode, execute, and fetch

fetch, decode, and execute

decode, fetch, and execute

In a set of 64 symbols, each symbol requires a bit pattern length of 3/3


_______ bits. (Fill in blank with one number) *

https://docs.google.com/forms/d/e/1FAIpQLSf_CbQYC7U0UGHllJc3-W-y2wMfZ_7VvIc5GsT6ixwbEETlZA/viewscore?hr_submission=ChkIw9jL4fkBE… 4/11
9/23/21, 9:51 PM Progress Test 1

In a computer, the _______ subsystem stores data and programs * 3/3

ALU

input/output

memory

control unit

When converting a decimal fraction to base b, we repeatedly ____b. * 3/3

divide by

multiply by

add to

subtract from

Which of the following is equivalent to 12 in decimal? * 3/3

Base 2: (1110)

Base 8: (15)

Base 16: (C)

All is not correct


https://docs.google.com/forms/d/e/1FAIpQLSf_CbQYC7U0UGHllJc3-W-y2wMfZ_7VvIc5GsT6ixwbEETlZA/viewscore?hr_submission=ChkIw9jL4fkBE… 5/11
9/23/21, 9:51 PM Progress Test 1
All is not correct

When converting a decimal integer to base b, we repeatedly _____ b * 3/3

divide by

multiply by

add to

subtract from

Convert the following hexadecimal numbers to octal without using a 0/3


calculator: BB.C *

273.6

280.4

25E.6

2341.2

When a fractional part is normalized, the computer stores the _______ * 3/3

only the sign

only the exponent

only the mantissa

https://docs.google.com/forms/d/e/1FAIpQLSf_CbQYC7U0UGHllJc3-W-y2wMfZ_7VvIc5GsT6ixwbEETlZA/viewscore?hr_submission=ChkIw9jL4fkBE… 6/11
9/23/21, 9:51 PM Progress Test 1

the sign, exponent, and mantissa

Which number representation method is often used to store the 3/3


exponential value of a fractional part? *

unsigned integers

two’s complement

Excess

ten's complement

The _______ model is the basis for today’s computers * 3/3

Leibnitz

von Neumann

Pascal

Charles Babbage

_______ is the design and writing of a program in structured form * 0/3

Software engineering

Hardware engineering

Algorithm development

https://docs.google.com/forms/d/e/1FAIpQLSf_CbQYC7U0UGHllJc3-W-y2wMfZ_7VvIc5GsT6ixwbEETlZA/viewscore?hr_submission=ChkIw9jL4fkBE… 7/11
9/23/21, 9:51 PM Progress Test 1

Instructional architecture

Convert the following numbers in 32-bit IEEE format. 2^-4 x 1.01110011 * 5/5

00111101101110011000000000000000

_______ operator (s), if the input is two 1s, the output is 0 * 3/3

In only AND

In only OR

In only XOR

In AND, OR, or XOR

To flip all the bits of a bit pattern, make a mask of all 1s and then _______ 0/3
the bit pattern and the mask *

AND

OR

NOT

XOR

https://docs.google.com/forms/d/e/1FAIpQLSf_CbQYC7U0UGHllJc3-W-y2wMfZ_7VvIc5GsT6ixwbEETlZA/viewscore?hr_submission=ChkIw9jL4fkBE… 8/11
9/23/21, 9:51 PM Progress Test 1

_______ is a protocol for e-mail services. * 3/3

SMTP

FTP

HTTP

TELNET

Which physical topology uses a hub or switch? * 0/3

bus

ring

star

bus and ring

For an 8-bit allocation, the largest decimal number that can be 3/3
represented in two’s complement form is _______ *

127

128

https://docs.google.com/forms/d/e/1FAIpQLSf_CbQYC7U0UGHllJc3-W-y2wMfZ_7VvIc5GsT6ixwbEETlZA/viewscore?hr_submission=ChkIw9jL4fkBE… 9/11
9/23/21, 9:51 PM Progress Test 1

256

The precision of the fractional part of a number stored in a computer is 5/5


defined by the _______. *

sign

exponent

mantissa

last digit

The _______ layer of the TCP/IP protocol suite provides services for end 3/3
users *

data link

transport

application

physical

In the _______ graphic method of representing an image in a computer, 3/3


the image is decomposed into a combination of geometrical figures. *

bitmap

vector

https://docs.google.com/forms/d/e/1FAIpQLSf_CbQYC7U0UGHllJc3-W-y2wMfZ_7VvIc5GsT6ixwbEETlZA/viewscore?hr_submission=ChkIw9jL4fkB… 10/11
9/23/21, 9:51 PM Progress Test 1

quantized

binary

Which of the following representations is erroneous? * 3/3

Base 2: (10111)

Base 8: (349)

Base 16: (3AB)

Base 10: 256

This form was created inside FPT University.

 Forms

https://docs.google.com/forms/d/e/1FAIpQLSf_CbQYC7U0UGHllJc3-W-y2wMfZ_7VvIc5GsT6ixwbEETlZA/viewscore?hr_submission=ChkIw9jL4fkB… 11/11

You might also like