Computer Fundamentals and Programming Basics

Test your knowledge of basic computer science concepts including number systems, hardware, programming functions, string manipulation, and computing fundamentals.

18 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

length_of([vector "I" , "LOVE" , "INDIA"])

  1. 11
  2. 3
  3. 1
  4. None of the above
Question 2 Multiple Choice (Single Answer)

size_of([vector 2,3,4])

  1. 3
  2. 9
  3. 24
  4. None of the above
Question 3 Multiple Choice (Single Answer)

is_null(is_valid(NULL))

  1. NULL
  2. 0
  3. 1
  4. None of the above
Question 4 Multiple Choice (Single Answer)

1<<5>>1

  1. 3
  2. 5
  3. 7
  4. None of the above
Question 5 Multiple Choice (Single Answer)

string_replace("I"+"Love"+"Cricket","+","*")

  1. "I"+"Love"+"Cricket"
  2. ILoveCricket
  3. "I""Love""Cricket"
  4. Error
Question 6 Multiple Choice (Single Answer)

char_string(string_char("A",1)+1)

  1. A
  2. a
  3. B
  4. b
Question 7 Multiple Choice (Single Answer)

re_get_match("1E Siruseri Sipcot Park Chennai 600100", "[601E]*$")

  1. 6001
  2. 600100
  3. 1
  4. 1E
Question 8 Multiple Choice (Single Answer)

size_of([vector "I" , "LOVE" , "INDIA"])

  1. 3
  2. 1
  3. Error
  4. None of the above
Question 9 Multiple Choice (Single Answer)

Which Supercomputer is developed by Indian Scientists?

  1. Param
  2. Super 301
  3. Compaq Presario
  4. CRAY YMP
Question 10 Multiple Choice (Single Answer)

The Errors that can be pointed out by the compiler is

  1. Syntax Error
  2. Symantic Error
  3. Logical Error
  4. Internal Error
Question 11 Multiple Choice (Single Answer)

What is control Unit's function in CPU?

  1. To transfer data to primary storage
  2. To Store program instructions
  3. To Perform logic functions
  4. To Decode program instructions
Question 12 Multiple Choice (Single Answer)

To Move to the bottom of a document..Press

  1. Auto Summarize
  2. Homr Key
  3. Ctrl Key+ End Key
  4. End Key
Question 13 Multiple Choice (Single Answer)

Which one of the following a file?

  1. Floppy Disc
  2. Magnetic Drum
  3. Magnetic Tape
  4. None of These
Question 14 Multiple Choice (Single Answer)

A dot Matrix Printer is

  1. Input/Output device
  2. Only Output Device
  3. Only Input Device
  4. None of These
Question 15 Multiple Choice (Single Answer)

An Octal Number 237 is Equal to the Binary Number

  1. 010 011 111
  2. 010 111 011
  3. 011 101 101
  4. 011 000 001
Question 16 Multiple Choice (Single Answer)

Sillicon Valley of India Located in

  1. Hyderabad
  2. Bangalore
  3. Dehradun
  4. Mumbai
Question 17 Multiple Choice (Single Answer)

Full Form of CRM

  1. Customer Relationship Management
  2. Customer Retention Manager
  3. Customer's Relatives Meet
  4. Chanel Route Marke
Question 18 Multiple Choice (Single Answer)

Select The Odd one Out

  1. Assmbler
  2. Operating System
  3. Compiler
  4. Interpreter