Google News
logo
Computers - General Knowledge Questions
A)
1
B)
3
C)
5
D)
9

Correct Answer :   1

Two’s complement of a binary number is obtained by adding one to the one’s complement of a binary number i.e. 1’s complement + 1.
 
One's complement of a binary number is obtained by reversing the digits of the binary number i.e. transforming 1 with 0 and 0 with 1.

A)
Device
B)
Dialup
C)
Diagnostic
D)
Logic circuit

Correct Answer :   Dialup

Dailup is the method used to connect a remote computer.

A)
Time sharing
B)
Interactive computer
C)
Batch processing
D)
Real time processing

Correct Answer :   Interactive computer

In computer science, interactive computing refers to software which accepts input from humans as it runs. Interactive software includes most popular programs, such as word processors or spreadsheet applications.

A)
Is variable
B)
Is always an even number
C)
Has nothing to do with digit position value
D)
Equals the number of its distinct counting digits

Correct Answer :   Equals the number of its distinct counting digits

A)
Coroutine
B)
Correlation
C)
Diagonalization
D)
Quene

Correct Answer :   Coroutine

A program component that allows structuring of a program in an unusual way is known as coroutine.
Coroutine : Coroutines are computer-program components that generalize subroutines for non-preemptive multitasking, by allowing multiple entry points for suspending and resuming execution at certain locations.

A)
LAP
B)
HDLC
C)
HMOS
D)
SDLC

Correct Answer :   HMOS

A)
PROLOG
B)
FORTRAN
C)
COBOL
D)
None of the above

Correct Answer :   PROLOG

Prolog is a general purpose logic programming language associated with artificial intelligence and computational linguistics.

Prolog is a declarative language where programs are expressed in terms of relations, and execution occurs by running queries over these relations. Prolog is particularly useful for symbolic reasoning, database and language parsing applications. Prolog is widely used in AI today.
 

A)
Grouping
B)
Library
C)
Integrated system
D)
Network

Correct Answer :   Network

A)
Program graph
B)
Program flowchart
C)
Rule diagram
D)
Step chart

Correct Answer :   Program flowchart

program flowchart : Used in program design, this tool presents a graphic presentation of the detailed sequence of steps needed to solve a programming problem 

A)
Basic
B)
Cobol
C)
Pascal
D)
Java

Correct Answer :   Java

The computer does not read the information the same way we do. Instead of understanding the symbols we are used to, computers read numbers and letters using a special code of 1's and 0's. Each letter takes a specific combination of around eight 1's and 0's to make. In order for us to create data on computers, whether it be software or a web-page, we have developed a type of computer language called HTML. HTML, a mix between the computer's language and our own, gives us a way to easily communicate with computers. HTML has made many advancements, from basic HTML to XML, Java, and finally javascript.