Kung ako sayo, di na ako magrreview

A captivating illustration of a lock incorporating Python symbols, a digital padlock featuring intricate patterns representing encryption, and a backdrop of lines of Python code and cryptographic keys.

Cryptography and Python Quiz

Test your knowledge of cryptography concepts and Python programming with this engaging quiz! Perfect for students and enthusiasts alike, this quiz covers a range of topics from encryption methods to Python syntax.

Explore questions such as:

  • What is cipher text?
  • How do logical operators work in Python?
  • Identify the correct way to create an empty set.
35 Questions9 MinutesCreated by EncryptingSquirrel22
Asymmetric encryption uses only 1 key.
True
False
Cipher text is the message obtained after applying cryptography on plain text.
True
False
Encryption is the process of encoding a piece of information in such a way that only authorized parties can access it.
True
False
A string of text that has been converted to a secure form using encryption.
Python string
Encryption
Ciphertext
Plain text
What type of key can be freely shared with anyone so that they can encrypt a message?
Private key
Public key
Key
The plain text character is traversed one at a time in Ceasar cipher.
True
False
The process of converting cipher text to plain text is called encryption.
True
False
The process of converting a ciphertext into plaintext.
Encryption
Decryption
Fernet is an implementation of symmetric authenticated cryptography
True
False
The process of encryption/decryption is called cryptography.
True
False
The process of converting plaintext into ciphertext
Encrytion
Decryption
Cryptography
An encryption key is used to help decrypt messages
True
False
What type of key is not shared and computers cannot decrypt a message without it?
Private key
Public key
Key
Fernet is authenticated cryptography which doesn’t allow to read and/or modify the file without a “key”.
True
False
Encryption is a way of
Securing Information on a network
Encrypting messages
What is the value of the following expression? float(22//3+3/3)
8.0.
8.33
83
9
The value of the expressions 5/(5*(4-1)) and 5/5*(4-1) is the same.
True
False
Which of the following operators has its associativity from right to left?
**
??
//
[ ]
In python, logical AND returns TRUE if one of statements is true
True
False
Which options are correct to create an empty set in Python?
Set[ ]
Set( )
Set//
What is the output of this expression, 3*1**3?
9
6
3
Which of the following commands will create a list?
List [ ]
List ( )
List//
Mathematical operations can be performed on a string.
True
False
Which of the following are the two main parts of every function in Python?
Head and title
Body and title
Header and body
All keywords in Python are in _________.
Lowercase except True, False and None.
Uppercase all
Any
Which of the following is the truncation division operator?
//
**
--
[]
What is the maximum possible length of an identifier?
37
36
23
79
What is the output
def greeting(name):
print ('hello ' + name)
print (greeting('Daddy'))
Hello
Hellodaddy
Hello daddy
Hello Daddy
What is the output
x = 67 if x != 67:
print "x is not equal to 67"
else: print 'x is equal to 67'
67
X is equal to 67
X = 67
Which line of code will run first?
def main():
#insert if else menu
temp_read()
main()
print("1")
Def main():
#insert if else menu
Temp_read()
Main()
Print("1")
Which one of these is floor division?
//
**
()
[]
Keywords are names that identify variables, functions, modules, classes, etc. in Python
True
False
What is the output of the following function call
def myfunc1(name, age=20):
print(name, age)
fun1('Raine', 15
(name, age)
(name, age=20)
fun1('Raine', 15)
Maganda ba si hanna
Yes
Oo
Sobra
Kung ang bilog ay circle, bakit ka pa nagrreview?
Mahal ko si ma'am
Omskrt
Pasado cutie
{"name":"Kung ako sayo, di na ako magrreview", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Test your knowledge of cryptography concepts and Python programming with this engaging quiz! Perfect for students and enthusiasts alike, this quiz covers a range of topics from encryption methods to Python syntax.Explore questions such as:What is cipher text?How do logical operators work in Python?Identify the correct way to create an empty set.","img":"https:/images/course7.png"}
Powered by: Quiz Maker