department of computer science
college of computing
western delta university
first semester examination 2022/2023 session
CSC101 - introduction to computers and spreadsheet analysis (FOR SCIENCES) time: 2hrs
answer question 1 and any other THREE questions
Question 1 (Compulsory)
- Highlight one major contribution of the Babbage Analytical Engine (2 marks)
- State the key element of the Von Neumann computer architecture (2 marks)
- State the result of the binary addition:
100011012
+110011012
(2 marks) - State the name of the first computer programming language developed (2 marks)
- State the major application area of the first computer developed during the Second War World (2 marks)
- State the name of the input and output units of a microwave oven controller (2 marks)
- If a document of
9024MB
of data is stored in a hard disk, how many number of the hard disk sectors is used? (2 marks) - If there are 56250 words in a document, determine the storage size of the document in megabytes. (2 marks)
- Highlight two disadvantages of the cache memory of the computer. (2 marks)
- The following: 50 45 83 64 30 38 48 61 73 47 are the scores of ten students in GST101 test. If the scores are stored in cell addresses
D1
throughD10
, and given the passing score is 55, write an Excel formula in:- Cell address
D12
to find the number of students that score at least the passing score. - Cell address
D13
the number of students that score below the passing score.
- Cell address
- Convert the binary number
110011.1012
to hexadecimal (3 marks)
Question 2
- State two limitations of the Colossus computer to Computer industry (4 marks)
- State five components of the microcontroller (5 marks)
- The following expression:
Pay = (Hours Worked * Hourly Rate) + Allowance
is used to compute employee pay in a given establishment. Format a worksheet that computes employee pay using the following instructions:- Enter the labels: Hours Worked, Hourly Rate, and Allowance in cells
A1
throughA3
respectively. - Enter the values 56, 687, 20000 of the labels in cells
B1
throughB3
respectively. - Enter the label Pay in cell
B4
- Enter the formula to compute employee pay in cell C4.
- Enter the labels: Hours Worked, Hourly Rate, and Allowance in cells
Question 3
- State two Excel data types that are not numeric in nature. (2 marks)
- The score of a student in a given examination are: 56 60 77 70 60 61 66. Format a worksheet using the following instructions:
- Enter the labels Scores in cell A1
- Enter the score values in cell A2 through A8 respectively.
- Enter the labels: Sum, Mean, Standard Deviation, and Variance in cells
C5
throughC8
respectively. - Write formulae in cells
D5
throughD8
to compute Sum, Mean, Standard Deviation, and Variance respectively.
- State the name of the first Internet Browser to use both text and image in a webpage. (2 marks)
- Determine the number of megabytes in 256000 bits of storage. (4 marks)
Question 4
- Define a Service program (2 marks)
- State four characteristic features of hexadecimal number system (2 marks)
- Convert
19FDE16
to decimal (3 marks) - State the necessary steps to insert a new row in Microsoft Excel (2 marks)
- State the two major functions of the operating system (2 marks)
- Compute the product of the binary operation:
110101
*111
(4 marks)
Question 5
- State the steps necessary to increase Excel column width (2 marks)
- Write an Excel formula to compute
A = P(1 + R)N
, if the labels of P is in cell addressA2
, R is in cell addressA3
, and N is in cell addressA4
and the values of P, R, N in cell addressesB2
throughB4
respectively. The label A in cell addressA6
and enter a formula to compute A in cell addressB6
. NoteP = 5500
,R = 0.25
, andN = 20
. Show your worksheet (5 marks) - Give the octal representation of the following:
11101100102
(4 marks) - State the hallmark of third generation computers (2 marks)
- Define an Embedded system (2 marks)
Question 6
- Highlight two functions of the CPU control unit. (2 marks)
- Highlight two major characteristics of the RAM (2 marks)
- State the name of the first application package developed (2 marks)
- In what generation of computers was the named application package developed (2 marks)
- Compute the difference of the binary operation using 2's complement:
10110
-01010
(3 marks) - Highlight four major characteristic features of first generation computers. (2 marks)
- State the major distinction between the Excel functions:
COUNT
andCOUNTIF
(2 marks)