Programming Error
Computer Meme
IA
Topic 1
Topic 2
100

The error in the code is

if x%2=0: 

    print("The number is even")

else:

    print("The number is odd")

The comparison operator is ==

100

What is the most commonly used computer programming language?

Profanity

100
Who is the most important person in the word?

The client

100
Are the stuff at CK a stakeholder for the software ManageBac?

No

100

ALU

Arithmetic Logic Unit

200

The error in the code is

s = "hello World"

s[0] = "H"

Strings are inmutable. To change letters in a string you have to use the method replace

200

Complete the joke.

If my gf thinks I'm obsessed with programming, she's crazy.

endif

200

In which section do you find the RoT

Criteria B

200

What is SAAS?

Software as a Service

200

Steps is the machine cycle

fetch, decode, execute

300

What is the error in the code below

info = {"name":"bob", "age":15}

print(info["bob"])

The error is the key "bob" does not exist in the dictionary info. 

300

Why are blind people bad at programming?

Because they can't C

300

What are two different types of testing?

Unit, Code review, Integration, gray, black, white box

300

Three types of installation processes

Direct changeover

Phased

Parallel

300

Physical wires connecting components in the motherboard


Buses

400

What is the result of this comparison

False == False in [False]

True

400

What kind of programming do trans robots have?

Non-binary

400

What are the five steps of the design cycle that must be included in the RoT

Planning, Design, Development, Evaluation and Implementation

400

What is the technical term for "finding errors in a program and correcting them by changing the program code."

Debugging

400

Protects the hardware from misuse by runaway applications and provides GUI to the user

The OS
500

You have a class:

class WTF:
  pass

what is the output of this command

id(WTF()) == id(WTF())


True

500

How many programmers does it take to change a light bulb?

None. It is a hardware problem

500
A database was designed for the IA, what type of diagram should be included in section B?

ER diagram

500

Technical term for "A mirrored hard-disk is constantly maintained to be identical to the main server.  It contains all the same software and all the same data"

Failover system

500

What is Paging?

Paging is a memory management scheme that eliminates the need for contiguous allocation of physical memory as programs are organize in blocks (pages)

M
e
n
u