Information Technology Fundamentals - Programming and Systems
Comprehensive quiz covering C++ programming, OOPS concepts, database systems, computer architecture, networking, and operating systems fundamentals.
Questions
One of the basic concepts in OOPS approach is bundling both data and functions into one unit, known as _________.
- inheritance
- class
- objects
- polymorphism
___________ is not an Object-Oriented Programming Language.
- C++
- C
- Smalltalk
- JAVA
_________ is the header file used in C++ to handle input and output functions.
- Stdio.h
- String.h
- Iostream.h
- None of these
_______ is a master function required in all C++ program and program execution begin from the first statement of this function.
- Main()
- Clrscr()
- Getch()
- None of these
__________ statement is used to display data on the display screen in C++.
- cin
- cout
- scanf()
- printf()
___________ statement is used to input data from the user in C++.
- cin
- scanf()
- cout
- printf()
_______ function is used to find the length of the string.
- Strcpy()
- Strlen()
- Strrev()
- Strcat()
Each case in switch statement should end with ___________ statement.
- goto
- continue
- exit
- break
_________ is/are integrated collection of related data where cross-reference is permitted among various sets of data.
- Files
- Records
- Data
- Database
Oracle, Sybase, Ingres are examples of ____________.
- Word processing
- Desk top publishing
- DBMS package
- Accounting software
CD-ROM works on __________ technology.
- matrix scanning
- raster scan
- optical recording
- coding
In DAT file format, DAT stands for _______.
- Digital Audio Tape
- Digital Access Tape
- Digital Arrange Technology
- Data Access Technology
________ header file should be included to use an exit function.
- Iostream.h
- String.h
- Process.h
- Conio.h
_________ is a technique of encoding data such that the authorised users can only understand the decoded data.
- Data translation
- Data conversion
- Data encryption
- Data violation
The abbreviated form of SQL is _________.
- Search Queued Language
- Structured Query Language
- Static Queried Language
- Structure Quest Language
The example of real-time operating system includes _______.
- Industrial control system
- Payroll system
- LINUX system
- DOS system
________ is a memory intended to hold most recently used data.
- Main memory
- Auxiliary memory
- Cache
- ROM
In C++ function, ceil(5.5) is equal to ______.
- 5.5
- 6.0
- 6.5
- 7.1
_______ header file is required in C++ to test characters for certain properties.
- <float.h>
- <assert.h>
- <limits.h>
- <ctype.h>
Structure and Union are ________ data types.
- built-in
- derived
- void
- user-defined
_________ refers to configuration or physical layout of the networking components and cables that connect different host computers.
- Internet
- Topology
- LAN
- WAN
_________ is the mechanism of deriving a new class from the existing one.
- Data abstraction
- Polymorphism
- Inheritance
- Operator overloading
Run-time polymorphism can be achieved by using _______.
- function overloading
- operator overloading
- friend function
- virtual function
The object-oriented programming employs ___________ programming approach in program design.
- top-down
- bottom-up
- virtual
- real-time
_______ is a program that translates input source language statements into machine language statements.
- Loader
- Compiler
- Linker
- Macro
In C++, which of the following operators cannot be overloaded?
- +
- <
- >
- Scope resolution operator
If there is more than one statements inside the loop, the statement should be enclosed within _____.
- ( )
- { }
- [ ]
- none of these
MASM and TASM are examples of ________.
- compiler
- interpreter
- assembler
- operating system
Repeated occurrences of identical parts of the code in a program can be called as _________.
- linkers
- compilers
- macros
- loaders
__________ holds the address of memory locations, the contents of which has to be either fetched or stored.
- Cache memory
- Main memory
- Magnetic memory
- Memory address register