Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Diagnostic test part II.

Total questions: 48

Worksheet time: 26mins

Name
Class
Date
1.

1. This is a node that allows traffic to flow in and out of the network.

a)

a. Bridgeway

b)

b. Link

c)

c. Server

d)

d. Gateway

2.

2. A _______________ is a device that is used to connect two packet-switched networks or subnetworks.

a)

a. access point

b)

b. modem

c)

c. router

d)

d. switch

3.

3. Which OSI layer defines how to start, control, and end conversations?

a)

a. Application

b)

b. Network

c)

c. Session

d)

d. Presentation

4.

4. What is a data link layer communication protocol between two routers directly without any host or any other networking in between. It can provide connection authentication, transmission encryption, and data compression?

a)

a. PPP

b)

b. L2TP

c)

c. PPTP

d)

d. IPSec

5.

5. Latency means the time it takes for a small data set to be transmitted from your device to a server on the Internet and back to your device again.

a)

a. True

b)

b. False, Ping

c)

c. False, TTL (time-to-live)

d)

d. None of the above

6.

6. This is colloquially termed a web address. It is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it.

a)

a. Uniform Routing Locator

b)

b. Universal Resource Locator

c)

c. Uniform Resource Locator

d)

d. Uniform Router Locator

7.

7. What is a form of computer memory that can be read and changed in any order, typically used to store working data and machine code?

a)

a. NVRAM

b)

b. FLASH

c)

c. ROM

d)

d. RAM

8.

8. _____________ is the measure of the number of changes to the signal (per second) that propagate through a transmission medium.

a)

a. Bit rate

b)

b. Baud rate

c)

c. Communication rate

d)

d. Data transfer rate

9.

9. ________ is a compact, hot-swappable network interface module for a media-specific transceiver in order to connect fiber-optic cable.

a)

a. Simple Form-Factor Pluggable Module

b)

b. Silicon Fiber Programmable Module

c)

c. Small Form-Factor Pluggable Module

d)

d. Small Form-Factor Programmable Module

10.

10. This is a framework of related protocols that secure communications at the packet processing layer. It enables data confidentiality, integrity, origin authentication and anti-replay.

a)

a. SSL

b)

b. IPSec

c)

c. VPN

d)

d. AES

11.

11. What protocol in the TCP/IP suite can detect/learn the MAC addresses of a computer that is associated with a particular IP address?

a)

A. DHCP

b)

B. ARP

c)

C. RARP

d)

D. APR

12.

12. What is the process of sending data one bit at a time, sequentially, over a communication channel or computer bus?

a)

a. serial communication

b)

b. synchronous data transfer

c)

c. data communication

d)

d. asynchronous data transfer

13.

13. Which connection is made to a server and maintained until the user terminates the connection?

a)

A. uploading attachments on your email

b)

B. an FTP connection

c)

C. downloading a web page

d)

D. accessing a shared drive

14.

14. Syslog is a protocol for collecting and organizing information about managed devices on IP networks and for modifying that information to change the device behavior.

a)

a. True

b)

b. False, it should be Network Device Manager

c)

c. False, it should be SNMP

d)

d. False, it should be Event Viewer

15.

15. This is method allows reuse of public IPV4 addresses so that multiple intranet users can access the Internet using only one public IP address.

a)

a. PAT

b)

b. NAT

c)

c. ARP

d)

d. VLSM

16.

II. Windows

1. Which is the correct command to check successful connection:

a)

a. netstat -an

b)

b. netstat -an |find /i "161"

c)

c. netstat | findstr ESTABLISHED

d)

d. netstat –o | findstr

17.

2. Which commands should I use to know if a certain IP is reachable?

a)

a. arp

b)

b. tracert

c)

c. ping

d)

d. nslookup

18.

3. True or False: Windows Services can allow you to see the running applications/processes.

a)

a. True

b)

b. False, Computer Management

c)

c. False, Task Manager

d)

d. None of the above

19.

4. Which of the following command opens the Remote Desktop Connection?

a)

a. rdp

b)

b. Mstsc

c)

c. Rdpservices.msc

d)

d. rdpservices.msc

20.

5. Which of the following is not a Windows command?

a)

a. cd ~

b)

b. cd .

c)

c. tar

d)

d. pwd

21.

6. Which tool would you use to retrieve detailed information about a significant occurrence on your server?

a)

a. Computer Management

b)

b. Windows Services

c)

c. Task Manager

d)

d. Event Viewer

22.

7. Which task is executed during the Power-On Self Test (POST)?

a)

a. The Master Boot Record is created.

b)

b. The operating system is initialized.

c)

c. The amount of system RAM is detected.

d)

d. All of the above

23.

8. You manage a company's Active Directory. You need to delegate the control of a branch office to a set of administrators. Where would you place the users and computers that belong to the branch office?

a)

a. In a distribution group

b)

b. In the root of the domain

c)

c. In a Container

d)

d. In an Organizational Unit

24.

9. What is the minimum Windows Server version on which Hyper-V can be installed?

a)

a. 2003 32-bit

b)

b. 2008 64-bit

c)

c. 2003 64-bit

d)

d. 2008 32-bit

25.

10. What is the default port for HTTPS?

a)

a. 135

b)

b. 80

c)

c. 443

d)

d. 8080

26.

11. A ________ is an environment that works like a computer within a computer. It runs on an isolated partition of its host server with its own resources of CPU power, memory, an operating system, and other resources

a)

a. Virtual Machine

b)

b. ESXi Server

c)

c. Host Machine

d)

d. Hypervisor

27.

12. __________ is a kind of emulator. It is a computer software/firmware/hardware that creates, runs, and manages virtual machines.

a)

a. Virtual Machine

b)

b. ESXi Server

c)

c. Host Machine

d)

d. Hypervisor

28.

13. The server on which one or more virtual machines run is called _________

a)

a. Virtual Machine

b)

b. ESXi Server

c)

c. Host Machine

d)

d. Hypervisor

29.

III. Linux

1. Where do users arrive after executing exit command on Linux?

a)

a. Login screen

b)

b. DOS Box

c)

c. Logout screen

d)

d. Login prompt

e)

e. None of the above

30.

2. How to unzip files in Linux?

a)

a. sudo unzip latest.zip -d /var/www

b)

b. unzip latest.zip

c)

c. unzip -o filename.zip

d)

d. unzip -n filename.zip

e)

d. unzip -n filename.zip

31.

3. Which command will show the contents of a directory?

a)

a. dir

b)

b. ls

c)

c. show

d)

d. dir *.*

32.

4. Which of the command is not an editor?

a)

a. :q

b)

b. tar

c)

c. vi

d)

d. vim

33.

5. What command should I run to get to command line interface?

a)

a. cmd

b)

b. dos

c)

c. powershell

d)

d. cli

34.

6. The core of Linux operating system is _________.

a)

a. Shell

b)

b. Kernel

c)

c. BASH

d)

d. Terminal

35.

7. Which of the following directory contains configuration files in Linux

a)

a. /etc/

b)

b. /dev/

c)

c. /bin/

d)

d. /root/

36.

8. What is the command used to exit from terminal

a)

a. CTRL + t

b)

b. CTRL + exit

c)

c. CTRL + d

d)

d. CTRL + e

37.

9. What is the command to navigate to the home directory?

a)

a. cd ~

b)

b. cd ..

c)

c. cd –

d)

d. cd /

38.

10. What is the command used to change, read, write, and execute permissions of files and directories?

a)

a. chown

b)

b. cd

c)

c. tar

d)

d. chmod

39.

IV. Database


1. Which of the following is generally used for performing tasks like creating the structure of the relations, deleting relation?

a)

a. DML(Data Manipulation Language)

b)

b. Query

c)

c. Relational Schema

d)

d. DDL(Data Definition Language)

40.

2. The term "FAT" is stands for_____

a)

a. File Allocation Table

b)

b. File Allocation Tree

c)

c. File Allocation Graph

d)

d. None of the above

41.

3. Which of the following is not an SQL command?

a)

a. Select

b)

b. DIR

c)

c. Delete

d)

d. Use

e)

e. None of the above

42.

4. Which one of the following commands is used for removing (or deleting) a relation forms the SQL database?

a)

a. Delete

b)

b. Remove

c)

c. Drop

d)

d. All of the above

43.

5. A set of pre-compiled SQL Statements, executed when it is called in the program.

a)

a. Trigger

b)

b. Stored Procedure

c)

c. Scripts

d)

d. Bash

e)

e. None of the above

44.

6. Which of the following commands is used to save any transaction permanently into the database?

a)

a. Save

b)

b. Commit

c)

c. Write

d)

d. Savepoint

45.

7. The key that uniquely identifies each record is called:

a)

a. Primary Key

b)

b. Key Record

c)

c. Unique Key

d)

d. Field Name

46.

8. In a database table, each category of information is called _________.

a)

a. Tuple

b)

b. Field

c)

c. Record

d)

d. None of the above

47.

9. Which of the following is not a database model?

a)

a. Network Database Model

b)

b. Relational Database Model

c)

c. Object-oriented Database Model

d)

d. None of the above

48.

10. The overall description of a database is called ________.

a)

a. Database integrity

b)

b. Data Manipulation

c)

c. Database Schema

d)

d. Database Definition