Python
Commands
Cybersecurity
Coding
AI
100

To comment a line in Python, you use this/these character(s).


What is a pound sign (#) ?


100

Which command will display the text 'Hello world!' on the screen? 


A) print(Hello world!) 


B) print("Hello world!")


C) print "Hello world!" 


D) print = "Hello world!" 

 

B) print("Hello world!")


100

Random seemingly unrelated facts, numbers, words or statistics.


What is Data?

100

A list of steps that you can use to follow a task

What is an Algorithm?

100

What Does A.I stand for?

 What is Artificial Intelligence?

200

This commonly used Python data structure contains a collection of items referenced by a numeric index.


What is a list?


200

myName = input() - Is myName a string, a function, a variable, or a method 


A) String


B) Variable


C) Function


D) Method

B) Variable

200

An identifier that uniquely tracks actions to individuals.


What is an Account?(or login Id)

200

An algorithm (or collection of algorithms) that has been coded into something that can be run by a machine

What is a Program?

200

What is the definition of A.I? 


 What is Anything along the lines of computer systems able to perform tasks that normally require human intelligence?


300

In Python, this is the smallest element of a program that can be executed.


What is a statement?


300

Which function will convert a number to a string? 


A) int() 


B) chr() 


C) str()


D) ord()

C) str()

300

They are people who traditionally tried to gain access to computers remotely to learn more and for intellectual curiosity. Currently, they only make up 17% of computer intrusions.

Who Are Hackers?

300

The act of doing something over and over again


What is Looping?

300

What company launched Alexa?


What is Amazon?

400

Which function will convert a number to a string? 


A) int() 


B) chr() 


C) str()


D) ord() 

The correct answer is :


C) str()

400

Which function will convert a string containing only digits into a number? 


A) int()


B) ord() 


C) chr() 


D) str() 

A) int()

400

Easily readable programs that automate or provide extra function on a computer system or in an application or browser. ActiveX and JavaScript are examples of this type of language.

What is Scripting? (or Scripting Code or Scripting Language)


400

a flaw or error in a computer program that can cause unexpected or incorrect behavior

What is a bug?


400

When was the first siri introduced

what is 2011

500

This built-in Python function returns the length of many objects, including Lists.


What is Len()

500

What effect does the # character have? 


A) Tells Python that this is a really important line of code. 


B) Tells Python to tweet when this line of code gets run. 


C) Tells Python to ignore the rest of the line.


D) It does nothing, Python ignores this character.

C) Tells Python to ignore the rest of the line.

500

A program that is designed only to read Hyper Text Markup Language (HTML) web pages downloaded from Internet websites. They can have helpers or add-on functions incorporated by using interpreters to read the additional instructions and provide different web content types. Internet Explorer, Firefox and Safari are examples of these.


What is a Browser? (or web browser)

500

Programs or "rewards" that only run when certain parameters are met.


What are conditionals?

500

What country in the world uses the most Artificial Intelligence

What is The United States?

M
e
n
u