(copy)

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/30

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:16 AM on 3/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

31 Terms

1
New cards

What is programming?

The process of designing and building executable computer software to accomplish a specific task.

2
New cards

What are the various types of data in Python?

Integers, floats, strings, booleans, lists, tuples, dictionaries, and sets.

3
New cards

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.

4
New cards

What is a dictionary in Python?

A collection of key-value pairs.

5
New cards

What is a list in Python?

An ordered collection of items which can be of different datatypes.

6
New cards

How are the elements of a list in Python accessed?

Elements are accessed using indexing, starting from 0.

7
New cards

What is looping in Python?

Executing a block of code repeatedly.

8
New cards

What is iteration in Python?

The process of executing a set of statements repeatedly.

9
New cards

What are functions in Python?

Blocks of reusable code that perform a specific task.

10
New cards

What is SDLC?

Software Development Life Cycle, a process framework for planning, creating, testing, and deploying information systems.

11
New cards

What is HTML?

HyperText Markup Language, the standard markup language for documents designed to be displayed in a web browser.

12
New cards

What are tags in HTML?

Fundamental building blocks that define the structure of web pages.

13
New cards

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.

14
New cards

What are differences between HTML tags?

Different tags serve different functions, such as displaying content or images.

15
New cards

What is Cyber Security?

The practice of protecting systems, networks, and programs from digital attacks.

16
New cards

What is Malware?

Malicious software designed to harm, exploit, or compromise a computer system.

17
New cards

What is Digital Footprint?

The trail of data left behind while using the internet.

18
New cards

What is a Firewall?

A network security device that monitors and controls incoming and outgoing network traffic.

19
New cards

What is the difference between Antivirus and Firewall?

Antivirus scans for and removes malware, while Firewall blocks unauthorized access.

20
New cards

What is a protocol in the internet?

A set of rules that determine how data is transmitted and received over a network.

21
New cards

Define Netiquette

The code of acceptable online behavior.

22
New cards

Define Cyber Law

Legal regulations governing the internet and digital communications.

23
New cards

What is Application Software?

Software designed to help the user perform specific tasks.

24
New cards

What is a Computer Virus?

A type of malicious software capable of replicating itself.

25
New cards

What is Digital Citizenship?

The ability to participate in society online responsibly and safely.

26
New cards

What is E-commerce?

Buying and selling goods online.

27
New cards

What is Debugging?

The process of finding and resolving defects in software or hardware.

28
New cards

What is the sum of digits function in Python?

A function that calculates the sum of digits in a number.

29
New cards

What is the product of digits function in Python?

A function that calculates the product of the digits in a number.

30
New cards

What is the maximum of three numbers function in Python?

A function that determines the lowest number among three given numbers.

31
New cards

What is multiplication table function in Python?

A function that prints the multiplication table of a given number.