wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Collaborative Quiz Competition - Teks Academy, Dilsukhnagar

Total questions: 150

Worksheet time: 1hrs 15mins

Name
Class
Date
1.

To create a table header, which tag is used?

a)

a) <td>

b)

b) <th>

c)

c) <tr>

d)

d) <thead>

2.

Which unit is relative?

a)

px

b)

cm

c)

in

d)

em

3.

Which attribute is used to provide a link destination?

a)

url

b)

link

c)

href

d)

src

4.

What is the purpose of <meta charset="UTF-8">?

a)

Defines language

b)

Defines character encoding

c)

Defines title

d)

Defines CSS

5.

What is remarketing mainly used for?

a)

Targeting users who previously visited your site

b)

Improving organic traffic

c)

Building backlinks

d)

Reaching new audiences

6.

Which planet is known as the Red Planet?

a)

Jupiter

b)

Mars

c)

Venus

d)

Saturn

7.

Which sentence demonstrates correct subject-verb agreement?

a)

Each of the boys have their own opinion.

b)

The group of students is studying for their exams.

c)

The flock of birds is flying south for the winter.

d)

The team are going to the match tomorrow.

8.

What does "UGC" stand for in content creation?

a)

Universal Growth Channel

b)

User Growth Campaign

c)

User Generated Content

d)

Unique Graphic Component

9.

Which tag is used to display the largest heading?

a)

a) <h6>
b)

b) <h1>

c)

c) <head>
d)

d) <heading>

10.

Which HTML tag represents the main heading of a webpage and is best for SEO?

a)

for minor titles

b)

for primary title

c)

for generic title

d)

for page metadata

11.

What is the output type when calling type([1,2,3]) in Python?

a)

dict object type

b)

set object type

c)

list object type

d)

tuple object type

12.

Which HTML tag is NOT semantic and commonly used as a generic container?

a)

semantic region

b)

semantic block

c)

standalone content

d)

generic container

13.

Which Flexbox property aligns items vertically in a row-oriented container?

a)

justify-content along main axis

b)

align-items along cross axis

c)

flex-direction sets axis

d)

align-content for lines

14.

Which tag helps search engines identify the main title on a page?

a)

nonstandard element

b)

least prominent title

c)

main page title

d)

document metadata

15.

In Python, selecting an unordered unique collection of items should use which type?

a)

tuple immutable sequence

b)

list ordered sequence

c)

dict key–value pairs

d)

set unique collection

16.

What is the hardest natural substance on Earth?

a)

Gold

b)

Iron

c)

Diamond

d)

Mother’s slipper (chappal)

17.

Choose the best element to wrap a blog post content for semantic clarity.

a)

independent entry

b)

nonsemantic box

c)

page banner

d)

thematic group

18.

For a column-oriented Flexbox container, which property centers items horizontally?

a)

align-items centers horizontally

b)

align-content centers lines

c)

justify-content centers horizontally

d)

flex-direction sets columns

19.

What is an appropriate use case for within semantic HTML?

a)

Representing the site header area

b)

Grouping related thematic content

c)

Creating generic containers only

d)

Marking a reusable component

20.

Which statement about is accurate regarding SEO and rendering?

a)

Contains metadata and links

b)

Defines Flexbox behavior

c)

Holds main article content

d)

Displays visible headings

21.

Which HTML element typically contains the primary on-page keyword for SEO?

a)

H1 Tag

b)

Meta Description

c)

Alt Text

d)

Header Tag

22.

Longer, in-depth blog posts that cover a topic thoroughly are called:

a)

Micro blogs

b)

Long-form content

c)

Ad copies

d)

Meta content

23.

Which bidding strategy aims to maximize conversions automatically?

a)

Manual CPC+

b)

Manual CPC

c)

Target CPA

d)

Maximize Clicks

24.

What is the capital of Australia?

a)

Sydney

b)

Melbourne

c)

Canberra

d)

Perth

25.

Which platform is best known for B2B marketing?

a)

Snapchat

b)

LinkedIn

c)

TikTok

d)

Instagram

26.

What does SEO primarily aim to improve?

a)

Website hosting

b)

Organic visibility in search engines

c)

Paid ads ranking

d)

Social media followers

27.

Which SQL clause is used immediately after GROUP BY in a typical aggregation query?

a)

ORDER clause for sorting groups

b)

HAVING clause for group conditions

c)

WHERE clause for filtering groups

d)

DISTINCT clause for unique groups

28.

Which CSS property sets the background color of an HTML element?

a)

bgcolor property in CSS

b)

bg property in CSS

c)

color-background property in CSS

d)

background-color property in CSS

29.

Choose the sentence with correct past tense usage.

a)

I visit Paris last summer.

b)

I will visit Paris last summer.

c)

I visited Paris last summer.

d)

I have visited Paris last summer.

30.

How many continents are there on Earth?

a)

5

b)

6

c)

7

d)

8

31.

What is a pairplot primarily used for in data analysis?

a)

Executing pivot operations

b)

Detecting null values across fields

c)

Visualizing scatter relationships

d)

Performing automated data cleaning

32.

Which view is typically used to design dashboards in BI tools?

a)

SQL view for queries

b)

Chart view for visuals

c)

Model view for relationships

d)

Data view for raw tables

33.

In SQL, which clause is best for filtering rows before grouping?

a)

HAVING clause for row filters

b)

ORDER BY for row filters

c)

WHERE clause for row filters

d)

GROUP BY for row filters

34.

Select the valid CSS syntax to set a blue page background.

a)

background-color: blue;

b)

bgcolor: blue;

c)

background:color blue;

d)

color-background: blue;

35.

Identify the tense error: "I have visited Paris last summer." What fixes it best?

a)

Use simple past: I visited Paris last summer.

b)

Keep present perfect as written.

c)

Add continuous: I was visiting Paris last summer.

d)

Change to future: I will visit Paris last summer.

36.

Which of the following individuals is the current Governor of Telangana (as of December 2025)?

a)

C. P. Radhakrishnan

b)

Tamilisai Soundararajan

c)

Jishnu Dev Varma

d)

E. S. L. Narasimhan

37.

When exploring multivariate numeric features, why use a pairplot?

a)

Shows pairwise scatter and histograms

b)

Computes correlation coefficients only

c)

Sorts features by variance score

d)

Removes outliers automatically

38.

In a BI modeling layer, why is Model view chosen for dashboard design?

a)

Define relationships and measures

b)

Enter raw data records manually

c)

Write CSS styles for visuals

d)

Schedule dataset refresh jobs

39.

In Power BI, a slicer is used for:

a)

Creating measures

b)

Cleaning data

c)

Filtering visuals

d)

Importing data

40.

Which element is used for semantic meaning of navigation?

a)

a) <nav>

b)

b) <menu>

c)

c) <navigate>

d)

d) <section>

41.

Choose the sentence with the correct adjective or adverb usage:

a)

She sings beautiful.

b)

She sings beauty.

c)

She sings beautifully.

d)

She sings beautifuler.

42.

Which function removes null values?

a)

dropna()

b)

fillna()

c)

remove()

d)

delete_na()

43.

Select the view focused on building visuals.

a)

Data view

b)

Report view

c)

Query view

d)

Model view

44.

“Fidaa” lo Sai Pallavi character typical ga e district slang lo maatladutundi?

a)
Hyderabad slang
b)
Warangal slang
c)
Vijayawada slang
d)
Nellore slang
45.

Advanced Excel often includes which capability for analysis?

a)

PivotTables and charts

b)

Basic typing practice

c)

Email configuration tools

d)

Web server setup

46.

Pandas: Which function replaces nulls with a specified value?

a)

remove()

b)

fillna()

c)

dropna()

d)

clearna()

47.

Identify the incorrect adverb usage:

a)

She sings tunefully.

b)

She sings softly.

c)

She sings beauty.

d)

She sings beautifully.

48.

What is the primary purpose of measures?

a)

Store raw text values

b)

Perform aggregations

c)

Design navigation bars

d)

Import CSV files

49.

Which pandas method gives data types of each column?

a)

describe()

b)

dtypes

c)

info()

d)

types()

50.

Which is NOT a valid CSS position value?

a)

centered

b)

fixed

c)

absolute

d)

relative

51.

Which CSS selector has the highest priority in specificity?

a)

#idname

b)

ID selector

c)

.classname

d)

class selector

52.

Missing categorical values are best filled using which statistic?

a)

Mode

b)

Variance

c)

Mean

d)

Median

53.

Which technology is used for secure digital transactions?

a)
Two-factor authentication and VPNs
b)
Digital signatures and cloud storage
c)
Firewalls and antivirus software
d)
Encryption and blockchain technology
54.

For handling missing numeric values in a dataset, which imputation is most typical?

a)

Drop the entire dataset

b)

Use the mode of the column

c)

Fill with random large numbers

d)

Use the median of the column

55.

In CSS, which positioning keeps an element fixed relative to the viewport during scroll?

a)

absolute positioning behavior

b)

sticky positioning behavior

c)

relative positioning behavior

d)

fixed positioning behavior

56.

Which selector type targets all elements of a given tag?

a)

ID selector syntax

b)

.class

c)

#id

d)

class selector syntax

57.

Which pandas attribute directly returns the data types without extra metadata?

a)

DataFrame info() output

b)

DataFrame dtypes attribute

c)

DataFrame types() method

d)

DataFrame columns attribute

58.

Which Google update penalized websites for using manipulative link-building tactics to boost their search rankings

a)

Hummingbird algorithm update

b)

Penguin algorithm update

c)

Panda algorithm update

d)

Helpful Content update

59.

What does PPC stand for in online advertising?

a)

Paid Promotion Campaign

b)

Page Performance Check

c)

Pay Per Click

d)

Public Page Content

60.

Which Python library is primarily used for data manipulation in tabular datasets?

a)

Pandas data frames

b)

NumPy numerical arrays

c)

Matplotlib plotting charts

d)

OS operating system

61.

In digital marketing, what does CTA mean?

a)

Creative Target Ads

b)

Customer Traffic Analysis

c)

Call To Action

d)

Content Tracking Analytics

62.

In SQL, which operator is commonly used to match patterns within text?

a)

FIND string locator

b)

QUERY generic command

c)

MATCH full-text search

d)

LIKE operator syntax

63.

Which update primarily targeted low-quality, thin content sites?

a)

Helpful Content 2022

b)

Panda content quality

c)

Penguin link practices

d)

Hummingbird semantic search

64.

A campaign aims to increase clicks on a signup button. What metric directly reflects the CTA’s effectiveness?

a)

Bounce rate percentage

b)

Pages per session count

c)

Click-through rate on CTA

d)

Average session duration time

65.

Which social media platform is primarily used for professional networking?

a)
LinkedIn
b)
Instagram
c)
Facebook
d)
Twitter
66.

Choose the most appropriate Python stack to load CSVs and summarize columns.

a)

Matplotlib and seaborn

b)

Pandas and NumPy

c)

OS and sys modules

d)

NumPy and math

67.

Which PPC model charges advertisers each time a user clicks their ad?

a)

Pay Per Click model

b)

Cost Per Mille impressions

c)

Flat Monthly Fee billing

d)

Cost Per Acquisition conversions

68.

Which library is best suited for visualizing statistical plots?

a)

Seaborn

b)

Pandas

c)

OS

d)

NumPy

69.

Identify the sentence with the correct tense usage:

a)

She goes to the store after work.

b)

She is going to the store after work.

c)

She will goes to the store after work.

d)

She go to the store after work.

70.

Which sentence contains the correct article usage?

a)

An cat sat on the windowsill.

b)

The cat sat on the windowsill.

c)

A cat sat on the windowsill.

d)

Cat sat on the windowsill.

71.

Which keyword defines a function in Python?

a)

define

b)

def

c)

func

d)

function

72.

Which loop executes at least once in languages that support it?

a)

for loop

b)

while loop

c)

do-while loop

d)

Python has do-while

73.

Which image attribute helps with SEO and accessibility?

a)

description

b)

value

c)

title

d)

alt

74.

In Python, what is the correct way to define a function named add that returns a+b?

a)

def add(a,b): return a+b

b)

func add(a,b): return a+b

c)

define add(a,b): return a+b

d)

function add(a,b): return a+b

75.

Why is alt text important for images on webpages?

a)

Improves SEO and screen readers

b)

Adds visual filters to images

c)

Increases file size for caching

d)

Enables automatic image carousels

76.

When should you use the tag in HTML?

a)

As a standalone dropdown

b)

To style a button group

c)

Inside a <select> element

d)

Inside a <button> element

77.

Which statement about Python loops is accurate?

a)

Python supports do-while syntax

b)

A while loop guarantees one run

c)

For loops only run once

d)

Python lacks a native do-while

78.

Which attribute provides alternative text when an image fails to load?

a)

name

b)

id

c)

src

d)

alt

79.

Choose the correct reported speech sentence for future intention.

a)

He said, "I am going tomorrow."

b)

He said, "I will go tomorrow."

c)

He said that he will go tomorrow.

d)

He said that he would go tomorrow.

80.

Which metric is most important for measuring engagement on social media?

a)

Server speed

b)

Likes, comments, shares

c)

Keyword density

d)

Bounce rate

81.

In pandas, df.describe() primarily provides what output?

a)

Summary statistics

b)

Duplicate counts

c)

Null value counts

d)

Visualizations

82.

Which CSS function is used to repeat tracks in a grid?

a)

repeat()

b)

grid-repeat()

c)

loop()

d)

count()

83.

Which statement best defines bounce rate in web analytics?

a)

Time to first byte for pages

b)

Average pages per session

c)

Percentage of single-page sessions

d)

Share of returning visitors

84.

Select the best metric to gauge content reach on a platform.

a)

File system inode count

b)

Data center power use

c)

Average server CPU

d)

Impressions over time

85.

When converting direct speech to reported speech, which tense shift is typical?

a)

Past perfect to present

b)

Present to past

c)

Future to present

d)

Past to future

86.

In CSS Grid, which property defines column sizing pattern?

a)

position

b)

align-items

c)

flex-direction

d)

grid-template-columns

87.

To reduce bounce rate, which strategy is most effective?

a)

Raise keyword density blindly

b)

Disable caching globally

c)

Increase server wattage

d)

Improve page relevance

88.

Which technique converts categorical features into numeric representations in data preprocessing?

a)

Sampling to reduce dataset size

b)

Normalization for continuous ranges

c)

Encoding to represent categories

d)

Scaling to adjust feature magnitudes

89.

Which SQL command is primarily used to modify existing values in rows of a table?

a)

ALTER changes table structure

b)

UPDATE modifies row values

c)

INSERT adds new records

d)

SELECT retrieves matching data

90.

In WordPress, what is Elementor mainly used for within the admin interface?

a)

Managing SEO metadata fields

b)

Building pages using Various Layouts

c)

Configuring server-side caching

d)

Designing custom database schemas

91.

During Exploratory Data Analysis (EDA), which activity is most aligned with initial understanding of data?

a)

Encrypting sensitive datasets

b)

Designing network architectures

c)

Plotting distributions and trends

d)

Hyperparameter tuning models

92.

Which statement best describes normalization in data preprocessing?

a)

Randomly undersampling classes

b)

Removing duplicate records

c)

Rescaling continuous values

d)

Mapping categories to integers

93.

A data pipeline needs to convert ‘red’, ‘green’, ‘blue’ categories for a model. Which approach fits best?

a)

One-hot encoding vectors

b)

Standardization by z-scores

c)

Principal component analysis

d)

K-means clustering groups

94.

When updating a single user’s email in a relational table, which SQL clause targets the correct row?

a)

GROUP BY aggregates rows

b)

ORDER BY sorts result sets

c)

JOIN merges related tables

d)

WHERE filters matching rows

95.

Which feature of the Astra theme aligns most closely with Elementor’s visual page-building approach?

a)

Widgets in theme sidebars

b)

Visual drag-and-drop layout builder

c)

Shortcode-driven content blocks

d)

Classic TinyMCE editor interface

96.

Which EDA step helps reveal non-linear relationships between two variables?

a)

Scatter plots with trend lines

b)

Frequency tables by category

c)

Box plots for median spread

d)

Histograms for single feature

97.

A dataset has skewed numeric features. Which preprocessing step addresses unequal scales before modeling?

a)

Scaling feature magnitudes

b)

Indexing table primary keys

c)

Encoding class labels

d)

Sampling majority instances

98.

In a web application, which layer is primarily responsible for managing business rules like validation and authorization?

a)

Presentation layer

b)

Business logic layer

c)

Data storage layer

d)

Network transport layer

99.

Which protocol is best suited for securely transferring files between a client and a server over the internet?

a)

SMTP

b)

HTTP

c)

FTP

d)

SFTP

100.

A database index most directly improves which aspect of query performance?

a)

Data integrity checks

b)

Backup compression rate

c)

Insert transaction speed

d)

Row retrieval time

101.

Which cloud service model provides complete applications accessible through a browser without managing underlying infrastructure?

a)

IaaS

b)

PaaS

c)

SaaS

d)

FaaS

102.

A team needs to roll back quickly if a new release causes failures. Which deployment strategy best meets this need?

a)

Big bang deploy

b)

Blue-green release

c)

Canary rollout

d)

Rolling update

103.

Which scenario most appropriately uses a NoSQL document database instead of a relational database?

a)

Strictly normalized ERP schema

b)

Ad-hoc JSON user profiles

c)

Highly structured tabular finance data

d)

Complex multi-table joins

104.

An API returns HTTP 429. What should a client implement to handle this condition robustly?

a)

Retry immediately without delay

b)

Exponential backoff with jitter

c)

Switch to POST from GET

d)

Disable TLS for faster calls

105.

Which practice most effectively reduces attack surface in a containerized microservice?

a)

Run as root in containers

b)

Use minimal base images

c)

Expose all ports for testing

d)

Disable resource limits

106.

A company must ensure only authorized users access sensitive data at rest in the cloud. Which control is most appropriate?

a)

Public bucket policy

b)

Client-side encryption keys

c)

Open network security groups

d)

Unauthenticated shared links

107.

Given a system where peak load occurs for two hours daily, which scaling approach optimizes cost while maintaining performance?

a)

Single large monolithic server

b)

Scheduled horizontal autoscaling

c)

Always-on maximum capacity

d)

Manual VM resizing weekly

108.

Which datatype in Python is mutable?

a)

List is mutable in Python

b)

String is mutable in Python

c)

Integer is mutable in Python

d)

Tuple is mutable in Python

109.

Which sentence is written in the passive voice?

a)

A delicious meal was cooked by the chef

b)

A delicious meal has been cooking by the chef

c)

The chef cooked a delicious meal

d)

The chef has cooked a delicious meal

110.

What does a correlation heatmap primarily identify?

a)

Relationship strength between variables

b)

Missing data across features

c)

Frequency counts across samples

d)

Relationships among categories

111.

What is the primary purpose of a sitemap for a website?

a)

Improve social media reach

b)

Speed up hosting infrastructure

c)

Help users find content fast

d)

Help search engines crawl pages

112.

Which sentence demonstrates correct subject–verb agreement?

a)

Neither of the books is interesting

b)

Neither of the books are interesting

c)

Neither of the books be interesting

d)

Neither of the books were interesting

113.

In Python, why are lists considered mutable?

a)

Their values cannot be changed

b)

They are stored as fixed-length arrays

c)

They are hashable for dict keys

d)

They support in-place modifications

114.

Choose the best use case for a sitemap in SEO planning.

a)

Replace internal navigation menus

b)

Ensure bots can discover new pages

c)

Measure social engagement trends

d)

Prioritize paid ad placements

115.

A heatmap shows strong positive correlation between two metrics. What does this imply?

a)

Correlation equals causation

b)

There is no linear relationship

c)

As one increases, the other increases

d)

As one increases, the other decreases

116.

Which rewrite converts an active sentence to passive correctly?

a)

The report has writing by team

b)

The report was written by the team

c)

The team wrote by the report

d)

The team has writing the report

117.

Which datatype is best for an immutable sequence of items in Python?

a)

Dict for immutable sequence

b)

List for immutable sequence

c)

Tuple for immutable sequence

d)

Set for immutable sequence

118.

What does CSS stand for?

a)

Computer Style Sheets

b)

Cascading Style Sheets

c)

Colorful Style System

d)

Creative Style Sheet

119.

Identify the subordinating conjunction.

a)

But

b)

Or

c)

And

d)

Although

120.

In WordPress, what is a plugin?

a)

A hosting service

b)

A type of theme

c)

Add-on software that adds functionality

d)

A tool to change domain

121.

Choose the correct reported speech sentence.

a)

She said, "I reads a book."

b)

She said that she read a book.

c)

She said that she reads a book.

d)

She said, "I am reading a book."

122.

Choose the correct relative pronoun to complete a clause referring to things.

a)

Where

b)

What

c)

When

d)

That

123.

How do you select an HTML element whose ID attribute is "box" using CSS?

a)

*box

b)

.box

c)

box

d)

#box

124.

Power BI uses which language for creating data models with measures and calculations?

a)

R

b)

DAX formulas

c)

SQL

d)

Python

125.

Which keyword returns only distinct values in an SQL query result set?

a)

ONLY

b)

DISTINCT

c)

UNIQUE

d)

SINGLE

126.

SQL joins combine data from which sources within a relational database?

a)

Multiple triggers

b)

Multiple schemas

c)

Multiple tables

d)

Multiple indexes

127.

What is the output of "10" + "5"?

a)

15

b)

Error

c)

105

d)

5

128.

What does "CTR" stand for in digital marketing?

a)

Customer Targeting Rate

b)

Conversion Tracking Ratio

c)

Click Through Rate

d)

Cost to Reach

129.

In a database join, which requirement is indicated by the correct choice: Two or more tables?

a)

Only matching columns

b)

Only numeric data

c)

Two or more tables

d)

Rows and columns

130.

Which category best describes Power BI?

a)

Web server framework

b)

Business intelligence platform

c)

Spreadsheet editor

d)

Operating system tool

131.

When adding two string literals in many programming languages, the result is typically:

a)

Boolean evaluation

b)

Type casting error

c)

String concatenation

d)

Arithmetic addition

132.

For tracking ad effectiveness, CTR primarily measures:

a)

Percent of sessions converted

b)

Percent of impressions clicked

c)

Percent of ads delivered

d)

Percent of users bounced

133.

Which CSS property controls the vertical space between lines of text?

a)

text-indent

b)

line-height

c)

height

d)

font-spacing

134.

In HTML forms, which attribute makes an input field mandatory for submission?

a)

mandatory

b)

validate

c)

must

d)

required

135.

Choose the sentence that uses correct subject pronouns.

a)

He and me are going to the party.

b)

Him and I are going to the party.

c)

She and I are going to the party.

d)

Me and her are going to the party.

136.

Identify the sentence that is conditional in structure.

a)

I went to the beach because it was sunny.

b)

I am going to the beach when it is sunny.

c)

I go to the beach since it is sunny.

d)

I will go to the beach if it is sunny.

137.

Which HTML/CSS term refers to the indentation of text from the left margin?

a)

letter-spacing

b)

text-shift

c)

line-height

d)

text-indent

138.

Which option correctly describes a boolean attribute in HTML?

a)

Present means true, absent means false.

b)

It requires a numeric value always.

c)

It must contain a quoted string.

d)

It toggles styles in CSS only.

139.

Which sentence demonstrates correct objective pronoun usage?

a)

The teacher praised she and I.

b)

The teacher praised her and I.

c)

The teacher praised he and I.

d)

The teacher praised him and me.

140.

When designing forms, which approach best improves accessibility for required inputs?

a)

Rely on client-side validation only.

b)

Hide labels with placeholders.

c)

Provide labels and aria-required.

d)

Use color only to show required.

141.

A developer wants tighter text lines in a paragraph. Which change achieves this without altering font size?

a)

Reduce letter-spacing value.

b)

Increase text-indent value.

c)

Decrease line-height value.

d)

Set height property smaller.

142.

Which statement best describes the effect of setting line-height to 1.5 in CSS?

a)

Font size becomes 1.5 times larger.

b)

Letters gain 1.5 units of spacing.

c)

Indentation increases by 1.5 characters.

d)

Lines have 1.5 times their normal leading.

143.

What is the most-used keyboard shortcut by students?

a)

Ctrl + S

b)

Ctrl + Shift + Esc

c)

Ctrl + Alt + Del

d)

Ctrl + C, Ctrl + V

144.

What does HTML stand for?

a)

Hyperlinks Text Mark Language

b)

Hyper Text Marketing Language

c)

Hyper Text Markup Language

d)

Hyper Trainer Marking Language

145.

Which modal verb expresses possibility in the past?

a)

Can

b)

Would

c)

Could

d)

Will

146.

Which programming language recently surged in popularity due to AI and data science advancements?

a)

COBOL

b)

Python

c)

Perl

d)

Pascal

147.

What does ‘phishing’ primarily target?

a)

Hardware failure

b)
Sensitive information such as usernames and passwords
c)
Email marketing strategies
d)
General computer security practices
148.

Which programming language is most widely used in Android development?

a)
Kotlin
b)
Python
c)
C++
d)
Java
149.

What’s the most accurate definition of "AI"?

a)

A machine that learns

b)

A tool to automate tasks

c)

Something students use to finish assignments at 11:59 PM

d)

Future overlord

150.

What’s the biggest lie in programming?

a)

"It’s working on my machine."

b)

"Just one more feature."

c)

"I’ll fix it later."

d)

"I know what I’m doing."