Hartron Question Part 10
Hartron Question
Ques:101 HTTP stands for __
Ans: Hyper Text Transfer Protocol
Ques:102 Google Chrome is a __
Ans: Web Browser
Ques:103 IN e-governance ‘G2E stands for _
Ans: Government To Employee
Ques:104 programming is a process of subdividing a computer program into separate sub programs.
Ans:Modular
Ques :105In MS Excel, an individual file is known as
Ans: Workbook
Ques :106A cell with dark border around it is called ______cell.
Ans: Active
Ques :107Insert command is included in ___
(a)DDL (b)DML (c)DCL (d)TCL
Ans: a) DML
Ques :108Binary number system has digits _ and _
Ans: 0 and 1
Ques:109 The _ is a component of Microsoft Windows that provides the ability to view and change system setting.
Ans: Control Panel
Ques :110The design of classes in a way that hide the details of implementation form the user in known as _______
A: Abstraction or Abstract class
Ques:111 Variables is used to store the __
A: Values
Ques:112 Which of the following should be implement a “has a” relationship between two entities.
A: Inheritance
Ques :113 Which of the following unary operator are overloaded.
A: + operator.
Ques :114 Member function of a class by default________________
A: Private
Ques:115 Maximum number of element in the array declaration int a[5][8] is ___
A: 40
Ques:116 Which of the following operator can not be overloaded.
A: :: ( scope resolution operator)
Ques:117 __ is the only function must contain in the c or c++ program.
A: main()
Ques:118 Statement scanf(“%d”,80);
A: nothing
Ques :119 If a variable is a pointer to a structure than which of the following operator is used to access data member of the structure through the pointer variable.
A: ->
Ques:120 To expose a data member to the program you must declare the data member in the _ section of the class.
A: Public