Browse papers
A

Group A: Multiple Choice Questions

Tick the best alternative.

9 questions·1 marks each
1mcq1 marks

Which one of the following is an input device?

  • a

    speaker

  • b

    printer

  • c

    monitor

  • d

    mouse

computer-fundamentalsinput-devices
2mcq1 marks

Which of the following is NOT a bus type?

  • a

    Address bus

  • b

    Data bus

  • c

    Memory bus

  • d

    Control bus

computer-architecturebus
3mcq1 marks

How to represent Boolean F(x,y)=xyF(x,y)=x\cdot y in logic gate?

Four logic gate symbols: A) AND, B) NAND, C) OR, D) NOR

  • A

    AND gate

  • B

    NAND gate

  • C

    OR gate

  • D

    NOR gate

digital-logiclogic-gates
4mcq1 marks

Which scheduling algorithm allocates the CPU first to the process that requests the CPU first?

  • a

    first-come, first-served scheduling

  • b

    priority scheduling

  • c

    shortest job scheduling

  • d

    Round robin scheduling

operating-systemcpu-scheduling
5mcq1 marks

Which operator is used to start/enter the formula in an Excel cell?

  • a

    $$$

  • b

    @

  • c

    =

  • d
spreadsheetexcel
6mcq1 marks

Which looping process checks the test condition at the end of the loop?

  • a

    for

  • b

    while

  • c

    do-while

  • d

    Nested loop

programmingloops
7mcq1 marks

How to insert an image in a web page using HTML tag?

  • a

    <img=...>

  • b
    <img source=...>
  • c
    <img src=...>
  • d
    <img href=..>
web-technologyhtml
8mcq1 marks

Which image format is best used for photographs and offers a small file size?

  • a

    PNG

  • b

    GIF

  • c

    BMP

  • d

    JPEG

multimediaimage-formats
9mcq1 marks

Which of the following monitors user activity on internet and transmits that information in the background to someone else?

  • a

    Malware

  • b

    Spyware

  • c

    Adware

  • d

    Virus

cyber-securitymalware
B

Group 'B'

Give short answer to the following questions.

5 questions·5 marks each
1short5 marks

Explain different types of secondary memory of computer system.

OR

Describe the decimal to binary number conversion process with example.

memorysecondary-storagenumber-system
2short5 marks

What are the functions of operating system? Describe.

operating-systemfunctions
3short5 marks

Define different types of CSS.

OR

Explain the different components of multimedia.

web-technologycssmultimedia
4short5 marks

Differentiate between the do and while loop.

programmingloops
5short5 marks

Suggest the prevention methods of cybercrime.

cyber-securitycybercrime
C

Group 'C'

Give long answer to the following questions.

2 questions·8 marks each
6long8 marks

Explain computer architecture with block diagram and functions of its components.

OR

Write a program to input the elements of a 4×34\times3 matrix and print its elements properly using array.

computer-architectureprogrammingarrays
7long8 marks

Draw AND, OR, XOR and XNOR gates with truth table and logic gates.

digital-logiclogic-gatestruth-table