Computer Knowledge Practice Question and Answer

Q:

Which of the following option enables to select more than one slide in the presentation?

1265 0

  • 1
    Alt + Click on each slide
    Correct
    Wrong
  • 2
    Shift + Drag each slide
    Correct
    Wrong
  • 3
    Shift + Click on each slide
    Correct
    Wrong
  • 4
    Ctrl + Click on each slide
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

Answer : 1. "Alt + Click on each slide"

Q:

E-commerce stands for___.

1262 0

  • 1
    Educational Commerce
    Correct
    Wrong
  • 2
    Electronic Commerce
    Correct
    Wrong
  • 3
    Electrical Commerce
    Correct
    Wrong
  • 4
    Engineering Commerce
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

Answer : 2. "Electronic Commerce "

Q:

Which is not a feature of software technology?

1261 0

  • 1
    It is soft technical approach.
    Correct
    Wrong
  • 2
    It is also called instructional technology.
    Correct
    Wrong
  • 3
    It is called Educational Technology First.
    Correct
    Wrong
  • 4
    Its main basis is psychology.
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

Answer : 3. "It is called Educational Technology First."

Q:

A 32 bit microprocessor has the word length equal to

1258 0

  • 1
    2 bytes
    Correct
    Wrong
  • 2
    4 bytes
    Correct
    Wrong
  • 3
    1 bytes
    Correct
    Wrong
  • 4
    8 bytes
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

Answer : 2. "4 bytes"

Q:

What is it called when more than one if-statement is used together?

1258 0

  • 1
    if-else statement
    Correct
    Wrong
  • 2
    nested statement
    Correct
    Wrong
  • 3
    more if statements
    Correct
    Wrong
  • 4
    None of the above
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

Answer : 2. "nested statement"
Explanation :

Certainly! A nested if statement refers to an if statement that is placed inside another if statement or other control structures. It allows for more specific conditions and complex decision-making in a program. The inner if statement is only executed if the outer if statement's condition is true.


Q:

Displays details about the chart?

1257 0

  • 1
    Data Series
    Correct
    Wrong
  • 2
    Chart Title
    Correct
    Wrong
  • 3
    Value Axis
    Correct
    Wrong
  • 4
    Gridlines
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

Answer : 2. "Chart Title"

Q:

Which components are used in LAN for Ethernet?

1256 0

  • 1
    COAX
    Correct
    Wrong
  • 2
    Fiber
    Correct
    Wrong
  • 3
    STP
    Correct
    Wrong
  • 4
    All of the above
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

Answer : 4. "All of the above"
Explanation :

All three components—COAX (coaxial cables), Fiber (optical fiber cables), and STP (shielded twisted pair cables)—can be used in LANs for Ethernet connectivity, depending on specific network requirements and conditions. Different types of Ethernet cables, including coaxial, fiber optic, and shielded twisted pair, are used based on factors such as data transfer speed, distance, and susceptibility to electromagnetic interference.


Q:

What is the difference between do-while and while condition?

1253 0

  • 1
    In do-while, a semicolon is used after the condition.
    Correct
    Wrong
  • 2
    Semicolon is not used in While
    Correct
    Wrong
  • 3
    While statement is after the condition
    Correct
    Wrong
  • 4
    none of the above
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

Answer : 4. "none of the above"
Explanation :

The key difference lies in when the loop condition is checked. In the while loop, the condition is checked before the first iteration, potentially resulting in zero iterations. In the do-while loop, the condition is checked after the first iteration, ensuring that the loop body is executed at least once.

      Report Error

    Please Enter Message
    Error Reported Successfully

      Report Error

    Please Enter Message
    Error Reported Successfully

      Report Error

    Please Enter Message
    Error Reported Successfully

      Report Error

    Please Enter Message
    Error Reported Successfully

      Report Error

    Please Enter Message
    Error Reported Successfully

      Report Error

    Please Enter Message
    Error Reported Successfully

      Report Error

    Please Enter Message
    Error Reported Successfully

      Report Error

    Please Enter Message
    Error Reported Successfully