Questions
Which of the following is the smallest unit of storage?
- Bit
- Byte
- Character
- Digit
- Nibble
Which number system is used by computer science users?
- Binary
- Octal
- Decimal
- Hexadecimal
- None of the above
Which is the most widely used code that represents each character as a unique 8-bit code in computer system?
- ASCII
- ACSII
- Bytecode
- Hexadecimal code
- Binary code
How many unique numbers can a byte represent in computer system?
- 8
- 255
- 256
- 1024
- None of these
How is display size of any monitor measured?
- Length X Breadth
- Vertically
- Horizontally
- Diagonally
- Megapixel
Expand OCR.
- Ostensibly Characterised Reader
- Original Code Reader
- Optical Coding Recogniser
- Original Character Reader
- Optical Character Recognition
In switch-case control, the case keyword is followed by which type of variables?
- Integer and float
- String and float
- Character and string
- Integer or character
- Float and double
What is the standard extension of England in context to domain naming on internet?
- .in
- .uk
- .us
- .ing
- .au
Which database(s) is/are created automatically when SQL server is installed?
- Master
- Model
- Root
- Root and Master
- Master and Model
Expand SATA, which is used as hardware component to connect hard drives to a computer motherboard.
- Secondary Area Technology Attachment
- Secondary Advanced Technology Attachment
- Sedentary Advance Technology Attachment
- Serial Advanced Technology Attachment
- None of these
Which keyboard key(s) can be used to click the start button in MS Windows?
- Ctrl + F1
- F1
- Ctrl + F2
- Ctrl + Tab
- Ctrl + Esc
What is the address name of the first element of an array?
- Main address
- Prime address
- First address
- Base address
- Initial address
Write the syntax to delete a login.
- DELETE LOGIN login_name
- Truncate LOGIN login_name
- DROP LOGIN login_name
- DISABLE LOGIN login_name
- A login cannot be deleted but can only be disabled.
A touch screen monitor is a/an ____ device.
- input
- output
- application
- input and output
- physical
Write the correct syntax to create new login on the SQL server.
- CREATE LOGIN login_id USE password
- CREATE LOGIN login_id WITH USE password
- CREATE LOGIN login_id WITH PASSWORD password
- USE LOGIN login_id WITH PASSWORD password
- UPDATE LOGIN login_id WITH PASSWORD password