Technology Basics: Networking, JavaScript, and MS Office

A mixed technology quiz covering network switch CLI commands, JavaScript programming concepts, and keyboard shortcuts for Microsoft Office applications including Excel, Word, and Outlook.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Keyboard shortcut to mark an email as unread in MS Outlook

  1. Ctrl + Q
  2. Ctrl + N
  3. Ctrl + D
  4. Ctrl + U
Question 2 Multiple Choice (Single Answer)

Keyboard shortcut to go the Address bar in Internet Explorer

  1. Alt + A
  2. Alt + B
  3. Alt + C
  4. Alt + D
Question 3 Multiple Choice (Single Answer)

Keyboard short in MS Word to insert a page break

  1. Ctrl + Backspace
  2. Ctrl + Enter
  3. Ctrl + Tab
  4. Ctrl + Alt
Question 4 Multiple Choice (Single Answer)

Keyboard shortcut in MS Excel to Insert a Row

  1. Ctrl +
  2. Ctrl -
  3. Ctrl *
  4. Ctrl /
Question 5 Multiple Choice (Single Answer)

Consider an HTML form with a checkbox and a text field. When data is entered and the return key is pressed, the data seems to be lost before the user can click on the button that calls the processing function. How do you correct this?

  1. Add a TYPE=HIDDEN INPUT to the form
  2. Trap the return keypress and return (null)
  3. Add 'return false' to onsubmit="..." in the FORM tag
  4. Instruct the user not to press the Return key.
Question 6 Multiple Choice (Single Answer)

Which best describes void?

  1. A method
  2. A function
  3. A statement
  4. An operator
Question 7 Multiple Choice (Single Answer)

Which feature is supported in MSIE 3.x?

  1. split()
  2. document.clear()
  3. join()
  4. charAt()
Question 8 Multiple Choice (Single Answer)

What's the default setting for the expires attribute of the document.cookie property?

  1. The duration of the browser session.
  2. The duration the current document stays loaded.
  3. Twenty-four hours from the time the cookie is set.
  4. There is no default setting.
Question 9 Multiple Choice (Single Answer)

Which of the following is true?

  1. If onKeyDown returns false, the key-press event is cancelled
  2. If onKeyPress returns false, the key-down event is cancelled.
  3. If onKeyDown returns false, the key-up event is cancelled.
  4. If onKeyPress returns false, the key-up event is canceled.
Question 10 Multiple Choice (Single Answer)

Which best describes JavaScript?

  1. a low-level programming language.
  2. a scripting language precompiled in the browser
  3. a compiled scripting language.
  4. an object-oriented scripting language.
Question 11 Multiple Choice (Single Answer)

Choose the server-side JavaScript object:

  1. FileUpLoad
  2. Function
  3. File
  4. Date
Question 12 Multiple Choice (Single Answer)

Choose the client-side JavaScript object:

  1. Database
  2. Cursor
  3. Client
  4. FileUpLoad
Question 13 Multiple Choice (Single Answer)

Seek the truth about setTimeOut():

  1. The statement(s) it executes run(s) only once.
  2. It pauses the script in which it is called.
  3. clearTimeOut() won't stop its execution.
  4. The delay is measured in hundredths of a second.
Question 14 Multiple Choice (Single Answer)

What is the command for enabling radius authentication on telnet in switch?

  1. cli password serial radius
  2. cli password telnet radius enable
  3. cli password telnet radius
  4. telnet-server radius
Question 15 Multiple Choice (Single Answer)

how to configure Ip default gateway in switch?

  1. default gateway x.x.x.x
  2. ip-default-gateway x.x.x.x
  3. ip default_gateway x.x.x.x
  4. ip default-gateway x.x.x.x
Question 16 Multiple Choice (Multiple Answers)

What is the command to show the vlan of an interface?

  1. show vlan interface
  2. show vlan info
  3. show vlan
  4. show vlan interface info
Question 17 Multiple Choice (Single Answer)

What is the command to check remote logging server's IP address?

  1. show logging config
  2. show syslog
  3. show logging
  4. show logging unit
Question 18 Multiple Choice (Multiple Answers)

How to enter in configuration mode of switch?

  1. configure terminal
  2. conf t
  3. conf r
  4. terminal
Question 19 Multiple Choice (Single Answer)

What is the command to download and run new image from a Pc to switch without reseting switch?

  1. download image FILENAME no-reset
  2. install address x.x.x.x image FILENAME no-reset
  3. download address x.x.x.x image FILENAME no-reset
  4. download address x.x.x.x image FILENAME
Question 20 Multiple Choice (Multiple Answers)

How to save the configuraton to local NV storage?

  1. write memory
  2. memory
  3. write saved
  4. save config