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.
Questions
Keyboard shortcut to mark an email as unread in MS Outlook
- Ctrl + Q
- Ctrl + N
- Ctrl + D
- Ctrl + U
Keyboard shortcut to go the Address bar in Internet Explorer
- Alt + A
- Alt + B
- Alt + C
- Alt + D
Keyboard short in MS Word to insert a page break
- Ctrl + Backspace
- Ctrl + Enter
- Ctrl + Tab
- Ctrl + Alt
Keyboard shortcut in MS Excel to Insert a Row
- Ctrl +
- Ctrl -
- Ctrl *
- Ctrl /
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?
- Add a TYPE=HIDDEN INPUT to the form
- Trap the return keypress and return (null)
- Add 'return false' to onsubmit="..." in the FORM tag
- Instruct the user not to press the Return key.
Which best describes void?
- A method
- A function
- A statement
- An operator
Which feature is supported in MSIE 3.x?
- split()
- document.clear()
- join()
- charAt()
What's the default setting for the expires attribute of the document.cookie property?
- The duration of the browser session.
- The duration the current document stays loaded.
- Twenty-four hours from the time the cookie is set.
- There is no default setting.
Which of the following is true?
- If onKeyDown returns false, the key-press event is cancelled
- If onKeyPress returns false, the key-down event is cancelled.
- If onKeyDown returns false, the key-up event is cancelled.
- If onKeyPress returns false, the key-up event is canceled.
Which best describes JavaScript?
- a low-level programming language.
- a scripting language precompiled in the browser
- a compiled scripting language.
- an object-oriented scripting language.
Choose the server-side JavaScript object:
- FileUpLoad
- Function
- File
- Date
Choose the client-side JavaScript object:
- Database
- Cursor
- Client
- FileUpLoad
Seek the truth about setTimeOut():
- The statement(s) it executes run(s) only once.
- It pauses the script in which it is called.
- clearTimeOut() won't stop its execution.
- The delay is measured in hundredths of a second.
What is the command for enabling radius authentication on telnet in switch?
- cli password serial radius
- cli password telnet radius enable
- cli password telnet radius
- telnet-server radius
how to configure Ip default gateway in switch?
- default gateway x.x.x.x
- ip-default-gateway x.x.x.x
- ip default_gateway x.x.x.x
- ip default-gateway x.x.x.x
What is the command to show the vlan of an interface?
- show vlan interface
- show vlan info
- show vlan
- show vlan interface info
What is the command to check remote logging server's IP address?
- show logging config
- show syslog
- show logging
- show logging unit
How to enter in configuration mode of switch?
- configure terminal
- conf t
- conf r
- terminal
What is the command to download and run new image from a Pc to switch without reseting switch?
- download image FILENAME no-reset
- install address x.x.x.x image FILENAME no-reset
- download address x.x.x.x image FILENAME no-reset
- download address x.x.x.x image FILENAME
How to save the configuraton to local NV storage?
- write memory
- memory
- write saved
- save config