Notes On Computer Fundamentals PDF
Notes On Computer Fundamentals PDF
Computer Fundamentals
BCA Part-I
While every effort is taken to avoid errors or omissions in this Publication, any
mistake or omission that may have crept in is not intentional. It may be taken note of
that neither the publisher nor the author will be responsible for any damage or loss of
any kind arising to anyone in any manner on account of such errors and omissions.
Computer Fundamentals
Ctrl+W Close - Closes the active window, but does not Exit Excel.
Ctrl+S Save - Saves the active document with its current file
name, location and format.
Ctrl+P Print - Prints the active file, also gives the opportunity to
change print options.
To use any of these combinations hold down the first key(s) and tap the last
key one time.
Release the held keys when the action is completed.
Ans.: An operator is a symbol which helps the user to command the computer to do a
certain mathematical or logical manipulations. Operators are used in C language
program to operate on data and variables. C has a rich set of operators which can
be classified as
Arithmetic Operators
Operator Meaning
* Multiplication
/ Division
% Modulus Operator
Relational Operators
Operator Meaning
== is equal to
!= is not equal to
Logical Operators
Operator Meaning
|| Logical OR
! Logical NOT
a=a+1 a += 1
a=a–1 a -= 1
a = a * (n+1) a *= (n+1)
a = a / (n+1) a /= (n+1)
a=a%b a %= b
{
int number = 0;
printf("\nEnter an integer between 1 and 10: ");
scanf("%d",&number);
if (number > 7)
printf("You entered %d which is greater than 7\n", number);
if (number < 3)
printf("You entered %d which is less than 3\n", number);
} □□□
Q.10. Config.sys is a :
(a) ASCII file (b) Image File
(c) Binary file (d) None of the above ( )
Q.21. CD-Rom is a :
(a) Random Access Memory (b) Volatile Memory
(c) Optical Fiber (d) None ( )
Q.26. An input device that reads printed text employing optical character pattern :
(a) Magnetic disk (b) Mouse
(c) Scanner (d) None ( )
□□□
Q.10. A computer system that combines text, graphics, voice and video is known as :
(a) Multi user system (b) Multitasking system
(c) Multimedia (d) None of the above (c)
Q.39. The size of a font is measured in points;. One point equals ____inch in height.
(a) 0.2 (b) 0.1
(c) 0.05 (d) (d)
Q.41. The operating system uses ______to help the CPU coordinate processes.
(a) Webs (b) Interrupt Requests (IRQ)
I(c) Firewalls (d) Folders (b)
Q.46. A GUI is a :
(a) Hardware (b) Language interpreter
(c) Software interface (d) An operating system (c)
Q.47. Which of the following is not a procedural language.
(a) PASCAL (b) Basic
(c) Visual Basic (d) None of the above ( )
Q.50. TCPVIP is :
(a) Software (b) Hardware
(c) Network (d) None of the above (a)
Q.58. A devise that receives analog signal and converts them into digital data is
known as :
(a) Modulator (b) Demodulator
(c) Multiplexer (d) None of the above (b)
Q.60. Electronic instructions that tells the hardware what to do are known as :
(a) Modem (b) Electronic pen
(c) Program (d) Micro computer ( )
□□□
Assembly Language
□□□
□□□
For more detail: - http://www.gurukpo.com