1/30
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
What is programming?
The process of designing and building executable computer software to accomplish a specific task.
What are the various types of data in Python?
Integers, floats, strings, booleans, lists, tuples, dictionaries, and sets.
What is Type casting? What are its types?
Type casting is the conversion of one data type into another, including Implicit Casting and Explicit Casting.
What is a dictionary in Python?
A collection of key-value pairs.
What is a list in Python?
An ordered collection of items which can be of different datatypes.
How are the elements of a list in Python accessed?
Elements are accessed using indexing, starting from 0.
What is looping in Python?
Executing a block of code repeatedly.
What is iteration in Python?
The process of executing a set of statements repeatedly.
What are functions in Python?
Blocks of reusable code that perform a specific task.
What is SDLC?
Software Development Life Cycle, a process framework for planning, creating, testing, and deploying information systems.
What is HTML?
HyperText Markup Language, the standard markup language for documents designed to be displayed in a web browser.
What are tags in HTML?
Fundamental building blocks that define the structure of web pages.
What are Open and Closed Tags in HTML?
Open Tags define the beginning of an element, while Closed Tags define the end of an element.
What are differences between HTML tags?
Different tags serve different functions, such as displaying content or images.
What is Cyber Security?
The practice of protecting systems, networks, and programs from digital attacks.
What is Malware?
Malicious software designed to harm, exploit, or compromise a computer system.
What is Digital Footprint?
The trail of data left behind while using the internet.
What is a Firewall?
A network security device that monitors and controls incoming and outgoing network traffic.
What is the difference between Antivirus and Firewall?
Antivirus scans for and removes malware, while Firewall blocks unauthorized access.
What is a protocol in the internet?
A set of rules that determine how data is transmitted and received over a network.
Define Netiquette
The code of acceptable online behavior.
Define Cyber Law
Legal regulations governing the internet and digital communications.
What is Application Software?
Software designed to help the user perform specific tasks.
What is a Computer Virus?
A type of malicious software capable of replicating itself.
What is Digital Citizenship?
The ability to participate in society online responsibly and safely.
What is E-commerce?
Buying and selling goods online.
What is Debugging?
The process of finding and resolving defects in software or hardware.
What is the sum of digits function in Python?
A function that calculates the sum of digits in a number.
What is the product of digits function in Python?
A function that calculates the product of the digits in a number.
What is the maximum of three numbers function in Python?
A function that determines the lowest number among three given numbers.
What is multiplication table function in Python?
A function that prints the multiplication table of a given number.