wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

تجميعات 2

Total questions: 102

Worksheet time: 51mins

Name
Class
Date
1.

A utility that helps you verify connectivity between network devices on the network.

a)

PING

b)

RISK

c)

PPP

d)

GO TO

2.

A message sent from one device to several devices.

a)

Multicast

b)

Broadcast

c)

Switch

d)

Unicast

3.

Control of data transfer and error correction is performed in which OSI layer?

a)

Transport layer

b)

Session layer

c)

Presentation layer

d)

Data Link layer

4.

POP port number.

a)

110

b)

25

c)

21

d)

123

5.

The most used type of MAC address given by the manufacturer.

a)

UAA (Universally Administered Address)

b)

LAA (Locally Administered Address)

c)

AUU

d)

AAL

6.

Which of the following is not an Internet protocol?

a)

ISM

b)

IP

c)

SMTP

d)

RIP

7.

Connecting the cities of Jeddah and Riyadh is an example of which network type?

a)

WAN

b)

MAN

c)

LAN

d)

SAN

8.

Entities that interact with the network.

a)

SERVER

b)

CLIENT

c)

Resource

d)

All of the above

9.

A hub operates at which OSI layer?

a)

Physical layer

b)

Data link layer

c)

Network layer

d)

Transport layer

10.

Principle of operation of a modem.

a)

Convert analog signals to digital and vice versa

b)

Handle network connection

c)

Store data of added devices

d)

All of the above

11.

A device’s location on the Internet is identified by which address?

a)

IP address

b)

MAC address

c)

Network number

d)

USERNAME

12.

NIC stands for.

a)

Network Interface Card

b)

Network Internet control

c)

Network Internet card

d)

Network Interface Control

13.

Giving commands and applications to the computer in a language it understands to perform a specific task is called.

a)

Programming

b)

Program

c)

Code segment

d)

Translator

14.

The program that converts assembly language to machine language is called.

a)

Assembler

b)

Compiler

c)

Interpreter

d)

Comparator

15.

Programming depends on.

a)

Understanding algorithms

b)

Memorizing formulas

c)

Mastering English

d)

Mastering a word processor

16.

An object‑oriented programming language.

a)

Java

b)

Pascal

c)

Basic

d)

All of the above

17.

A language that does not need a translator.

a)

Machine language

b)

Java

c)

Visual Basic

d)

C++

18.

A language in which writing commands uses understandable English‑like abbreviations.

a)

Assembly language

b)

Machine language

c)

Network language

d)

Encryption language

19.

A well‑known procedural programming language.

a)

Ada

b)

Java

c)

C++

d)

PHP

20.

A fifth‑generation programming language.

a)

Lisp

b)

Java

c)

Pascal

d)

C

21.

An open‑source language used widely by well‑known companies such as Amazon and Facebook.

a)

Ruby

b)

JavaScript

c)

VB

d)

C++

22.

A reserved word in the Java language.

a)

switch

b)

tea_che

c)

scan

d)

print

23.

Input in Java.

a)

Scanner

b)

InputStream

c)

Reader

d)

Console

24.

Output in Java.

a)

System.out.println

b)

write()

c)

printf

d)

echo

25.

A programming statement for repetition without a condition.

a)

goto

b)

for

c)

while

d)

do

26.

A constant in Java is declared using.

a)

final

b)

const

c)

static

d)

readonly

27.

Used to make a class inherit from another class in Java.

a)

extends

b)

implements

c)

inherits

d)

super

28.

Python is a.

a)

Encrypted language

b)

Interpreted language

c)

Binary language

d)

Hybrid language

29.

A popular integrated development environment (IDE) for Python.

a)

PyCharm

b)

Charm Py

c)

IDEs

d)

ESID

30.

Python is used for.

a)

Game development

b)

Web and mobile applications

c)

Artificial intelligence and data analysis

d)

All of the above

31.

HTML stands for.

a)

Hyper Text Markup Language

b)

Hyper Tuble Markup Language

32.

Used to improve the design of elements on a webpage.

a)

CSS

b)

JavaScript

c)

HTML

d)

PHP

33.

A link can be placed as a button.

a)

Button Link

b)

Text Link

c)

Image Link

d)

href link

34.

Open a new tab in the browser and display the link’s content in it (HTML target attribute value).

a)

_blank

b)

_self

c)

_top

d)

_parent

35.

Display an ordered list in an HTML page.

a)

ol

b)

il

c)

ul

d)

li

36.

Tag used to add a form on a webpage.

a)

b)

c)

d)