wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DevNet

Total questions: 21

Worksheet time: 11mins

Name
Class
Date
1.

For which two common tasks is Network automation used? (Choose two.)

a)

device provisioning

b)

accounting

c)

data entry

d)

reporting

e)

text editing

2.

Which format stores information using tags that are defined by the application?

a)

HTML

b)

XML

c)

JSON

d)

NX-API

3.

Why do we learn Python?

a)

It's a really big snake

b)

It's the name of a very funny comedy show

c)

It's simple and easy to learn

d)

It's so rare that no one else knows it

4.

What will the output be from the following code in python?

print("Hello world!")

a)

SyntaxError

b)

Hello world!

c)

"Hello world!"

d)

print(Hello world!)

5.

print("12"*3)

What would this print in python?

a)

36

b)

121212

c)

24

d)

12*3

6.

What will the output be from the following code in python?

print("3+4")

a)

7

b)

3+4

c)

34

d)

SyntaxError

7.
A data type consisting of numbers, letters and symbols.
a)
String
b)
Integer
c)
Float
d)
Boolean
8.
Which is the most appropriate data type for: "13th December"
a)
Float
b)
Boolean
c)
Integer
d)
String
9.
A location in memory used to store data that can be changed.
a)
Constant
b)
Value
c)
Variable
d)
Iteration
10.
What does the term 'debug' mean?
a)
Identify errors and fix them.
b)
Making a calculation
c)
A set of instructions
d)
Looking at code
11.

What is the word (command) used in python to display numbers and text on the screen?

a)

print

b)

input

c)

output

d)

command

12.
What symbol is used in python to assign values to a variable?
a)
equals =
b)
plus + 
c)
forward slash /
d)
asterisk *
13.

Is python an interpreter or compiler programming language?

a)

Compiler

b)

Interpreter

14.

Python is uses braces to block off code

a)

True

b)

False

15.

What HTTP method is used when the user first loads a webpage?

a)

GET

b)

POST

c)

PUT

d)

HTTP

16.

Which of the following is NOT a proper content type for an HTTP response?

a)

HTML document

b)

JSON data

c)

JPEG image

d)

POST request

17.

Which part of the architecture sends a POST request?

a)

Client

b)

Server

c)

Database

d)

Internet

18.

Which are the next git commands valid?

a)

git start, git end, git reset

b)

git status, git reset, git merge

c)

git clone, git init, git destroy

d)

git branch, git checkout, git amend

e)

All above

19.
Different software communicate each other.
a)
JavaScript
b)
Code
c)
AJAX
d)
API
20.

When a website wants to communicate with your web browser securely, it first sends a............

a)

A baloney sandwich

b)

A secure packet

c)

An encryption key

d)

Digital Certificate

21.

HTTP response?

a)

400

b)

404

c)

504

d)

201