0% found this document useful (0 votes)
102 views5 pages

DLBCSICS01 Sample Solution 2

This document contains a 10 question practice exam on computer science and related topics. The questions cover subjects like web development technologies, user interface design, logic operators, sorting algorithms, color systems, operating system functions, and layered communication between software and hardware.

Uploaded by

manjunath.a
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)
102 views5 pages

DLBCSICS01 Sample Solution 2

This document contains a 10 question practice exam on computer science and related topics. The questions cover subjects like web development technologies, user interface design, logic operators, sorting algorithms, color systems, operating system functions, and layered communication between software and hardware.

Uploaded by

manjunath.a
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/ 5

PRACTICE EXAM

DLBCSICS01 3012
EXAMID: 530205
MASTERSOLUTION

QUESTION 1 OF 10
Marked out of 3.00

g
in
Computer science is related to web development.

rn
One of the technologies that is related to web development is …

a
Select one:

Le
C++.
OLAP.

e
FORTRAN.

nc
PhP. ta
The correct answer is: PhP.
is
D

QUESTION 2 OF 10
IU

Marked out of 3.00


am

A UI designer deals with creating the user interface, which is also referred to as the …
Ex

Select one:

front end.
e

database.
tic

middle layer.
ac

back end.
Pr

The correct answer is: front end.

25.03.2022 1/5 (c) IU


DLBCSICS01 3012
EXAMID: 530205
MASTERSOLUTION

QUESTION 3 OF 10
Marked out of 3.00

g
in
What is the symbol for a conjunction in propositional logic?

rn
Select one:

a
Le


¬

e

nc
The correct answer is: ∧
ta
is
D

QUESTION 4 OF 10
IU

Marked out of 3.00


am

How is XOR different from an OR gate?

Select one:
Ex

An XOR is true when both inputs are true.


e

An XOR is just a negation of an OR gate.


tic

An XOR is always true.


An XOR is not true when both inputs are true.
ac

The correct answer is: An XOR is not true when both inputs are true.
Pr

25.03.2022 2/5 (c) IU


DLBCSICS01 3012
EXAMID: 530205
MASTERSOLUTION

QUESTION 5 OF 10
Marked out of 3.00

g
in
A device driver receives a request to communicate with a device.
It then passes the request to the …

a rn
Select one:

Le
hard disk.
operating system.

e
RAM.

nc
BIOS.
ta
The correct answer is: BIOS.
is
D

QUESTION 6 OF 10
IU

Marked out of 3.00


am

In the logic formula (p ∨ ¬q) ∧ (r ∨ s) how many possible combinations of different


inputs are there?
Ex

Select one:
e

14
tic

12
16
ac

32
Pr

The correct answer is: 16

25.03.2022 3/5 (c) IU


DLBCSICS01 3012
EXAMID: 530205
MASTERSOLUTION

QUESTION 7 OF 10
Marked out of 3.00

g
in
If you were performing a bubble sort on a list of 5 elements, what is the maximum
amount of swaps that would be required to sort the list?

a rn
Select one:

Le
10
15

e
4

nc
8
ta
The correct answer is: 10
is
D

QUESTION 8 OF 10
IU

Marked out of 6.00


am

How does the 8-bit RGB color system represent colors in binary?
Ex
e
tic

It uses:
1. Three bits for red, then
ac

2. three bits for green, then finally


3. two bits for blue.
Pr

(2 points for each item.)

25.03.2022 4/5 (c) IU


DLBCSICS01 3012
EXAMID: 530205
MASTERSOLUTION

QUESTION 9 OF 10
Marked out of 8.00

g
in
Describe the three main functions of an operating system.

a rn
Le
An operating system provides an interface (3 points) that is needed for a user to control the

e
hardware (3 points) and run applications (2 points).

nc
ta
QUESTION 10 OF 10
is
Marked out of 10.00
D

Describe the communication process in layers between application, operating system,


IU

BIOS, and hardware.


am
Ex

The application interacts directly with the user, it makes requests to access hardware through the
operating system. (2.5 points)
e

The operating system uses a driver to talk to the BIOS chip, which handles things like hardware
tic

addressing. (2.5 points)


The BIOS passes commands along to hardware, (2.5 points) and then passes the results back up
ac

to the application. (2.5 points)


Pr

25.03.2022 5/5 (c) IU

You might also like