Computer Science and Excel Fundamentals

A quiz covering computer science algorithms, networking, operating systems, and Microsoft Excel functions and operations.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

How do you change column width to fit the contents?

  1. Single-click the boundary to the left of the column heading.
  2. Double-click the boundary to the right of the column heading.
  3. Press ALT and single-click anywhere in the column.
  4. None of the above.
Question 2 Multiple Choice (Single Answer)

What does the SUMIF function do?

  1. Adds all the numbers in a range of cells.
  2. Adds up cell values based on a condition.
  3. Returns a subtotal in a list or database.
  4. None of the above.
Question 3 Multiple Choice (Single Answer)

You can use a function to combine text from two cells into one cell. But you can use an operator to do the same thing. Which operator is that?

  1. & (ampersand)
  2. = (equal sign)
  3. (space)
  4. $ (Dollar sign)
Question 4 Multiple Choice (Single Answer)

Which function calculates depreciation at the same amount each year over an asset's useful life?

  1. DB (fixed-declining balance)
  2. DDB (double-declining)
  3. SLN (straight-line depreciation)
  4. None of the above.
Question 5 Multiple Choice (Single Answer)

What does the VLOOKUP function do?

  1. Looks up text that contains "v".
  2. Checks whether text is the same in one cell as in the next.
  3. Finds related records.
  4. None of the above.
Question 6 Multiple Choice (Single Answer)

Which function calculates your monthly mortgage payment?

  1. PMT
  2. NPER
  3. NV
  4. PV
Question 7 Multiple Choice (Single Answer)

The LEN function does what?

  1. Compares the content in two cells.
  2. Counts the numbers of characters in a cell.
  3. Deletes extra spaces in text.
  4. None of the above.
Question 8 Multiple Choice (Single Answer)

Which function will calculate the number of workdays between 6/9/2004 and 8/21/2004?

  1. WORKDAY
  2. WEEKDAY
  3. DATE
  4. NETWORKDAYS
Question 9 Multiple Choice (Single Answer)

You can use a function to combine text from two cells into one cell. But you can use an operator to do the same thing. Which operator is that?

  1. & (ampersand)
  2. (space)
  3. = (equal sign)
  4. $ (Dollar sign)
Question 10 Multiple Choice (Single Answer)

If I am given an infinite memory space, which algorithm will I use to sort a set of natural numbers with best time complexity?

  1. Merge sort
  2. Heap sort
  3. Counting sort
  4. Bubble sort
Question 11 Multiple Choice (Single Answer)

What is the best time complexity for Merge sort?

  1. n^2
  2. n
  3. logn
  4. nlogn
Question 12 Multiple Choice (Single Answer)

I have two 'bin's containing natural numbers (both equal size 'n'), and I am told to take out two numbers, one from each 'bin'. Each time I select the numbers, I find their summation. This process continues till the 'bin's are exhausted. I have to find out whether all such summations can be equal. With what best time complexity can I check whether this is possible or not?

  1. n^n
  2. nlogn
  3. n^2logn
  4. n^2
Question 13 Multiple Choice (Single Answer)

Which of the below media types hold the most information?

  1. Blu-ray
  2. CD
  3. DVD
  4. Floppy diskette
Question 14 Multiple Choice (Single Answer)

If I am given a list of numbers, what will be the best time complexity to find out the maximum number from the list?

  1. logn
  2. n
  3. n^2
  4. nlogn
Question 15 Multiple Choice (Single Answer)

Which of the below utilities allow you to view a drives partition information?

  1. Chkdsk
  2. Disk Management
  3. Device Manager
  4. Scandisk
Question 16 Multiple Choice (Single Answer)

What is the minimum memory requirements for Microsoft Windows XP?

  1. 32MB
  2. 64MB
  3. 128MB
  4. 256MB
Question 17 Multiple Choice (Single Answer)

If I have a linked list and a array, find the ratio of time complexity to find the index value in the array to the linked list (i.e. complexity to find index value in array / complexity to find index value in linked list)

  1. n:1
  2. n:logn
  3. 1:n
  4. 1:logn
Question 18 Multiple Choice (Single Answer)

What was the original Apple computers logo?

  1. Rainbow apple
  2. Rainbow apple with a bite
  3. Red apple
  4. Sir Isaac Newton under an apple tree
Question 19 Multiple Choice (Single Answer)

Which below IP address would be used for a local network?

  1. 74.125.127.100
  2. 69.72.169.241
  3. 192.168.1.100
  4. 209.131.36.100
Question 20 Multiple Choice (Single Answer)

What is the full form of NP?

  1. Non polynomial
  2. Number periodicity
  3. Non periodic
  4. Nondeterministic polynomial