Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Programming General Knowledge Stds 1

Total questions: 20

Worksheet time: 17mins

Name
Class
Date
1.

You're troubleshooting a technology issue. What is your first step?

a)

Identify the problem

b)

Select how you'll troubleshoot

c)

Investigate symptoms

d)

Gather data about the problem

e)

Design a solution

2.

You're troubleshooting a technology issue. Designing a solution happens before you investigate the symptoms.

a)

False

b)

True

3.

You're troubleshooting a technology issue. Testing the solution is the final step.

a)

True

b)

False

4.

You're troubleshooting a technology issue. Select the step(s) that occur before designing a solution.

a)

Identify the problem

b)

Select how you'll troubleshoot

c)

Investigate symptoms

d)

Gather data about the problem

5.

Which is the last step of troubleshooting?

a)

Design a solution

b)

Test a solution

c)

Implement a solution

d)

Document a solution

6.

In troubleshooting, when document the solution, you should document both the problem and the verified solution

a)

True

b)

False

7.

For performance tests and acceptance plans, select all who will determine the criteria:

a)

Project team

b)

Stakeholders

c)

Software vendor

d)

Purchasing manager

8.

Who signs off on the completed performance tests and acceptance plans?

a)

Project team

b)

Stakeholders

c)

Software vendor

d)

Purchasing manager

9.

Rollout plans should be communicated to the support staff; stakeholders should be trained on support procedures

a)

True

b)

False

10.

1101 to decimal

a)

15

b)

11

c)

12

d)

13

11.

1111 to decimal

a)

15

b)

11

c)

12

d)

13

12.

16 to binary

a)

10000

b)

1111

c)

1000

d)

111

13.
Binary 0001
Hex = ?
Dec = ?
a)
1 ,1
b)
0, 1
c)
1, 0
d)
0, 0 
14.
ASCII is:
a)
a numerical system that has 2 rather than 10 as a base.
b)
the most common format for text files in computers and on the Internet
15.
The word "Hello" is made up of 5 characters. How many bits is this (hint: how many 1's and 0's are needed to write it)
a)
40
b)
60
c)
80
d)
48
16.

How many times will x print?

For customer 1 to 20

For color 1 to 3

Print x

a)

60

b)

0

c)

3

d)

20

17.

How many times will x print?

For customer 1 to 20

Print x

For color 1 to 3

Print y

a)

60

b)

0

c)

3

d)

20

18.

Justin has to install a software package. He should begin by consulting

a)

user manual

b)

data dictionary

c)

implementation plan

d)

Troubleshooting FAQ

19.

Your program will combine "hello" and "world". This is

a)

concatenation

b)

string join

c)

combination

d)

substring

20.

Which is an example of camel case?

a)

dateDue

b)

DueDATE

c)

DateDue

d)

duedate