wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ИКТ(131 rdticy)

Total questions: 131

Worksheet time: 1hrs 6mins

Name
Class
Date
1.

How do you make a cell reference absolute in Excel?

a)

Using asterisks

b)

Using dollar signs

c)

Using percentage signs

d)

Using hashtags

2.

What is the purpose of testing a button in Slide Show mode?

a)

To verify that the button performs the desired action

b)

To change the button's design

c)

To ensure the button is visible on all slides

d)

To apply animations to the button

3.

When is the 'Automatically' option for video playback in PowerPoint typically used?

a)

When you want the video to play automatically when the slide containing it is displayed. When you want to pause the video

b)

When you want to pause the video.

c)

When you want to play the video in reverse.

d)

When you want to start the video by clicking on it.

4.

What is one benefit of using interactive elements like checkboxes and text fields in PowerPoint presentations?

a)

They create a passive audience experience.

b)

They make the information less relatable.

c)

They make the information more tangible and relatable.

d)

They reduce the need for audience engagement.

5.

What advanced feature in PowerPoint allows you to sequence multiple actions triggered by a single click?

a)

Action Chains

b)

Sound Effects

c)

Animation Pane

d)

Hyperlinks

6.

What is one of the primary advantages of using hyperlinks in PowerPoint presentations?

a)

Increasing font size for readability

b)

Reducing the number of slides

c)

Enhancing slide transitions

d)

Making the presentation more dynamic and interactive

7.

What does the 'Close Master View' option allow you to do in PowerPoint?

a)

Exit the 'Insert Hyperlink' dialog box

b)

Exit the 'Slide Master' view and return to normal editing

c)

Close the entire PowerPoint application

d)

Delete all hyperlinks in the presentation

8.

How can hyperlinks improve the interactivity of a PowerPoint presentation?

a)

By changing the background color of the slides

b)

By adding more slides to the presentation

c)

By increasing the font size of the text

d)

By allowing non-linear navigation between slides

9.

In which mode should you test your buttons to ensure they function correctly?

a)

Editing mode

b)

Slide Sorter mode

c)

Slide Sorter mode

Design mode

d)

Slide Show mode

10.

What types of actions can you assign to buttons in PowerPoint?

a)

Slide transitions

b)

Font changes

c)

Sound effects

d)

Going to a specific slide, playing a sound, running a program, or opening a hyperlink

11.

What is an important consideration when designing buttons for your presentation?

a)

Ensure they blend with the background

b)

Use plain, non-customized shapes

c)

Make them as distracting as possible

d)

Align them with the overall theme

12.

How can you control when a video or audio file starts playing in PowerPoint?

a)

By clicking on it.

b)

By clicking on it. Through the 'Playback' tab, selecting 'On Click', 'Automatically', or 'When Triggered'

c)

You can't control the playback timing.

d)

Only by using external media players.

13.

What is one of the primary benefits of integrating media, such as video and audio, into PowerPoint presentations?

a)

It can elevate the quality and engagement of the presentation..

b)

That media only plays once.

c)

That media is muted.

d)

That media plays randomly.

14.

What does automating media playback using the 'Animations' tab in PowerPoint ensure?

a)

That media plays in sync with other slide elements.

b)

That media only plays once.

c)

That media is muted.

d)

That media plays randomly.

15.

What does it mean to trim a video in PowerPoint?

a)

To adjust the video's playback duration.

b)

To cut off the edges of the video.

c)

To edit the video's content.

d)

To adjust the volume of the video.

16.

What is the 'Developer' tab used for in PowerPoint?

a)

It provides design templates.

b)

It controls the slideshow's timing.

c)

It enables the insertion of interactive controls.

d)

It allows you to create animations.

17.

How can interactive elements, like surveys and options, benefit a PowerPoint presentation?

a)

They can make the presentation shorter.

b)

They increase the presentation's file size.

c)

They can replace traditional slides.

d)

They engage the audience and provide valuable insights.

18.

What is the primary purpose of using radio buttons or dropdown lists in a PowerPoint presentation?

a)

To enhance slide transitions

b)

To play background music

c)

To let the audience choose specific options

d)

To add visual effects

19.

What do interactive controls, such as forms and input fields, add to a PowerPoint presentation?

a)

They increase the file size of the presentation.

b)

They invite the audience to actively participate.

c)

They make the presentation longer.

d)

They make the information more abstract.

20.

What is the primary purpose of using the WHERE clause in a SELECT statement?

a)

To limit the number of rows returned

b)

To filter rows based on specified conditions

c)

To order query results

d)

To retrieve all columns from a table

21.

What should you be cautious about when using SQL commands like UPDATE and DELETE?

a)

Commands can only be used on small databases

b)

Commands may accidentally modify or delete more data than intended

c)

Commands are irreversible and cannot be undone

d)

Commands require advanced programming skills

22.

What do actions in PowerPoint allow you to create?

a)

Complex animations

b)

Static images

c)

Dynamic and responsive presentations

d)

Audio-only presentations

23.

What is the purpose of an action chain in PowerPoint?

a)

To create a static presentation

b)

To sequence multiple actions and create a flow of events

c)

To make the presentation shorter

d)

To add complex animations

24.

What types of actions can you assign to objects in PowerPoint?

a)

All of the above

b)

Opening external files

c)

Only hyperlinks to other slides

d)

Launching websites

25.

How can you access the Action Settings dialog box in PowerPoint?

a)

By right-clicking on an object

b)

From the 'Home' tab

c)

In the 'View' tab

d)

From the 'Insert' tab

26.

How can you retrieve all columns from a table using the SELECT command?

a)

SELECT table_name *;

b)

SELECT * FROM table_name;

c)

SELECT Columns FROM table_name;

d)

SELECT All FROM table_name;

27.

If you want to find the average price of books published after the year 2000, which SQL aggregate function should you use?

a)

COUNT

b)

AVG

c)

SUM

d)

MAX

28.

Which logical operator in SQL allows you to combine multiple conditions where at least one condition must be true?

a)

NOT

b)

COUNT

c)

OR

d)

AND

29.

Which SQL operator negates a condition in a query?

a)

NOT

b)

AND

c)

SUM

d)

AVG

30.

Which of the following is a comparison operator in SQL?

a)

COUNT

b)

OR

c)

AND

d)

>

31.

How would you correct the book title 'The Windy Day' to 'The Windy Night' in the 'Books' table using the UPDATE command?

a)

UPDATE Books SET title = 'The Windy Night';

b)

UPDATE Books SET title = 'The Windy Day' WHERE title = 'The Windy Night';

c)

UPDATE Books WHERE title = 'The Windy Night' SET title = 'The Windy Day';

d)

UPDATE Books SET title = 'The Windy Night' WHERE title = 'The Windy Day';

32.

What is the main takeaway regarding using SQL commands for modifying and managing data?

a)

SQL commands are irreversible

b)

Commands should be used without verification

c)

Testing commands on a sample database is a best practice

d)

Commands are always safe to use without precautions

33.

What does the WHERE clause in a SELECT statement allow you to do?

a)

Filter rows based on specified conditions

b)

Limit the number of rows returned in the result

c)

Retrieve all columns from a table

d)

Organize data in alphabetical order

34.

If you want to order books by their titles in alphabetical order, which SQL command would you use?

a)

SELECT * FROM Books ORDER BY ISBN;

b)

SELECT * FROM Books ORDER BY author;

c)

SELECT * FROM Books ORDER BY title;

d)

SELECT * FROM Books ORDER BY publication_year;

35.

If you want to insert a single row of data into a table, what SQL command structure should you use?

a)

INSERT INTO (Database Essentials, Alex Smith, 2020, 1234567890123) Books (title, author, publication_year, ISBN);

b)

INSERT INTO (Database Essentials, Alex Smith, 2020, 1234567890123) Books (title, author, publication_year, ISBN);

c)

INSERT INTO (title, author, publication_year, ISBN) VALUES ('Database Essentials', 'Alex Smith', 2020, '1234567890123') Books;

d)

INSERT INTO Books (title, author, publication_year, ISBN) VALUES ('Database Essentials', 'Alex Smith', 2020, '1234567890123');

36.

What is the primary purpose of SQL in relational database management systems?

a)

To create web applications

b)

To manage hardware resources

c)

To interact with and manipulate data

d)

To design user interfaces

37.

In SQL, how can you insert multiple rows of data into a table in a single command?

a)

Separate each row's data with semicolons (;)`

b)

Use the UPDATE command instead

c)

Separate each row's data with commas and enclose all rows in parentheses

d)

Use a separate INSERT INTO statement for each row

38.

What are columns in an SQL table?

a)

The details or attributes of the table

b)

The data rows in the table

c)

The constraints applied to the table

d)

The unique identifiers for the table

39.

Which SQL command allows you to change the major of a student named 'Aisha' in the 'Students' table?

a)

UPDATE Students SET major='Mathematics' WHERE student_name='Aisha';

b)

SELECT major FROM Students WHERE student_name='Aisha';

c)

DELETE FROM Students WHERE major='Mathematics' AND student_name='Aisha';

d)

INSERT INTO Students VALUES ('Aisha', 'Mathematics');

40.

What do formulas in Excel always begin with?

a)

A hashtag (#)

b)

An equal sign (=)

c)

A dollar sign ($)

d)

A percentage sign (%)

41.

What does the 'Insert Function Dialog Box' allow you to do?

a)

Insert a new row or column

b)

Insert a chart or graph

c)

Insert a function and complete its arguments

d)

Insert a pivot table

42.

What does the CONCATENATE function in Excel do?

a)

Splits a text string into multiple strings

b)

Converts text to uppercase

c)

Combines several text strings into one string

d)

Removes spaces from text

43.

What is a workbook in Excel?

a)

A single worksheet

b)

A collection of one or more worksheets

c)

A single cell

d)

A single column

44.

Which tab is NOT one of Excel's eight main tabs?

a)

Home

b)

Insert

c)

File

d)

Data

45.

What does BEDMAS stand for?

a)

Brackets, Exponents, Division, Multiplication, Addition, Subtraction

b)

Brackets, Exponents, Division, Multiplication, Subtraction, Addition

c)

Brackets, Exponents, Addition, Subtraction, Division, Multiplication

d)

None of the above

46.

What is the top-left cell in an Excel worksheet referenced as?

a)

Z1

b)

A1

c)

1A

d)

0,0

47.

How can you modify the cell's background color?

a)

Click 'Home,' then 'Fill Color'

b)

Click 'Insert,' then 'Background Color'

c)

Click 'View,' then 'Background Color'

d)

Click 'Data,' then 'Background Color'

48.

How can you force Excel to perform calculations if the automatic process is delayed?

a)

Click 'Formulas' tab and then 'Calculate Now'

b)

Click 'Home' tab and then 'Calculate Now'

c)

Click 'Data' tab and then 'Calculate Now'

d)

Click 'View' tab and then 'Calculate Now'

49.

What is Microsoft Excel primarily used for?

a)

Video Editing

b)

Spreadsheet Application

c)

Web Browsing

d)

Graphic Design

50.

What is the purpose of the 'Live Preview' feature?

a)

To show a real-time effect as you scroll through options

b)

To preview a print layout

c)

To preview a formula result

d)

To preview a cell's border

51.

What does the AutoSum command allow you to do?

a)

Insert common formulas like Sum, Average, Count Numbers, Max, and Min

b)

Insert hyperlinks

c)

Insert text functions

d)

Insert pivot tables

52.

How can you efficiently create a formula for adding a range of cells from A1 to A10?

a)

Manually type A1 + A2 + A3... + A10

b)

Use the SUM function and select the range of cells

c)

Use the AVERAGE function

d)

Use the COUNT function

53.

What does the DATE function in Excel return?

a)

The day of the week

b)

The sequential serial number representing a date

c)

The month of the year

d)

The year of a date

54.

How can you force Excel to perform calculations if the automatic process is delayed?

a)

Click 'Formulas' tab and then 'Calculate Now'

b)

Click 'Home' tab and then 'Calculate Now'

c)

Click 'Data' tab and then 'Calculate Now'

d)

Click 'View' tab and then 'Calculate Now'

55.

Which Excel function returns the left part of a text string based on the number of characters specified?

a)

CONCATENATE

b)

LEFT

c)

RIGHT

d)

LEN

56.

What types of data does Excel support?

a)

Alphanumeric text

b)

Numerical values

c)

Dates

d)

All of the above

57.

In which scenario would you use the HLOOKUP function?

a)

Finding a specific name in a list

b)

Looking up values in the first row of a table range

c)

Making logical decisions based on criteria

d)

Returning a cell value based on row and column numbers

58.

What happens if the cell width is too small for the data?

a)

Excel will automatically resize the cell

b)

Excel will display hash symbols

c)

Excel will truncate the data

d)

Excel will change the font size

59.

Where can you access Excel functions?

a)

'fx' button

b)

Home Tab

c)

Insert Tab

d)

Data Tab

60.

What are the components inside the parentheses of a function called?

a)

Variables

b)

Parameters

c)

Arguments

d)

Operators

61.

How do you use the CONCATENATE function to combine two text strings with a space in between?

a)

=CONCATENATE(A1; B1)

b)

=CONCATENATE(A1 + " " + B1)

c)

=CONCATENATE(A1; " "; B1)

d)

=CONCATENATE("A1 B1")

62.

What does the status bar display?

a)

Only the zoom level

b)

Information about the workbook

c)

Only the active cell

d)

Only temporary results

63.

What can you do in the backstage view?

a)

Create a new workbook

b)

Edit cell data

c)

Add a new worksheet

d)

Change cell formatting

64.

Where can you find the option to insert shapes to create buttons in PowerPoint?

a)

Home tab

b)

Slide Show tab

c)

Insert tab

d)

Design tab

65.

What advantage does understanding SQL provide when dealing with data?

a)

It helps you avoid data altogether.

b)

It allows you to ask vague questions about data.

c)

It enables you to work with data efficiently and get precise answers.

d)

It helps you create more data.

66.

Why is understanding SQL important in today's world, according to the lecture?

a)

To work with vast amounts of information

b)

To become a software developer

c)

To design databases

d)

To become a librarian

67.

Which tab in PowerPoint allows you to add actions to buttons?

a)

Insert

b)

Home

c)

Animation

d)

Design

68.

What is the main advantage of using action chains in PowerPoint?

a)

They create a static narrative.

b)

They make the presentation more complex.

c)

They guide the audience through a sequence of events, making the message more compelling.

d)

They add complexity to individual slides.

69.

Which tab in PowerPoint allows you to insert video and audio into your slides?

a)

Design

b)

Insert

c)

Slide Show

d)

Home

70.

Which PowerPoint feature is described as the 'DNA' of your presentation and allows you to make changes that affect all associated slides?

a)

Animation Pane

b)

Slide Master

c)

Slide Transitions

d)

Slide Layouts

71.

Which tab in PowerPoint allows you to access the 'Action Settings' dialog box?

a)

'Home'

b)

'View'

c)

'Design'

d)

'Insert'

72.

What does SQL stand for?

a)

Structured Query Language

b)

System Query Language

c)

Standard Query Language

d)

Structured Query Library

73.

Which of the following is NOT an option for sourcing video in PowerPoint?

a)

'This Device'

b)

'Stock Videos'

c)

'Online Video'

d)

'Stock Images'

74.

What career fields benefit from SQL skills, as mentioned in the lecture?

a)

Only medical fields

b)

All fields except engineering

c)

Data science, software development, and business analytics

d)

Only art and humanities

75.

Why might you use radio buttons or dropdown lists in a PowerPoint presentation?

a)

To allow the audience to choose topics or directions

b)

To add decorative elements to slides

c)

To play audio files

d)

To make the presentation more complex

76.

What does the lecture emphasize about learning SQL?

a)

It's only useful for librarians.

b)

It's a difficult language to master.

c)

It's a key to unlock the potential of working with data.

d)

It's not relevant in today's job market.

77.

What does the VLOOKUP function in Excel primarily do?

a)

Search for values vertically in a table range

b)

Search for values horizontally in a table range

c)

Make logical comparisons between values

d)

Perform flexible lookups using INDEX and MATCH

78.

What does a well-structured table ensure in SQL databases?

a)

Fast database backups

b)

Efficient data retrieval

c)

High database availability

d)

Secure data storage

79.

How can you access the 'Insert Hyperlink' dialog box in PowerPoint?

a)

By clicking on the 'File' tab

b)

By pressing the 'Alt' key

c)

By right-clicking on a text or object and choosing 'Insert Hyperlink'

d)

By using the 'Shift' key

80.

What analogy is used to describe SQL's role in working with databases?

a)

A chef in a kitchen

b)

A librarian in a library

c)

A musician composing a symphony

d)

A teacher in a classroom

81.

What does the UNIQUE constraint ensure in an SQL table?

a)

Every row must have a unique identifier

b)

No two rows in the table can have identical values

c)

Every column must have a unique value

d)

The table's name must be unique within the database

82.

How is SQL related to databases?

a)

It's the language for querying and manipulating data in databases.

b)

It's a tool for managing hardware in a database server.

c)

It's a graphical interface for designing databases.

d)

It's a programming language used to create databases.

83.

Which industries rely on databases and SQL skills, as mentioned in the lecture?

a)

Only financial institutions

b)

Almost every industry

c)

Only research labs

d)

Only the tech industry

84.

How can you insert multiple rows of data into a table in a single command?

a)

Separate each row's data with semicolons (;)

b)

Use the UPDATE command instead

c)

Separate each row's data with commas and enclose all rows in parentheses

d)

Use a separate INSERT INTO statement for each row

85.

How would you use the VLOOKUP function to find the name of a student with a specific ID in Excel?

a)

=VLOOKUP(A1; A2:B100; 2; FALSE)

b)

=VLOOKUP("March"; A1:M12; 2; FALSE)

c)

=VLOOKUP("Pass"; B2; "Fail")

d)

=VLOOKUP("John"; A1:A100; 0)

86.

What is the importance of macros in Excel?

a)

They enhance the visual appearance of worksheets

b)

They allow for spell-checking documents

c)

They automate repetitive tasks, improving efficiency and accuracy

d)

They provide access to the internet within Excel

87.

Why are macros needed in Excel?

a)

To create charts and graphs

b)

To perform complex calculations

c)

To edit cell content

d)

To change the font style

88.

In SQL, how are tables similar to rooms in a house?

a)

Both are created using the CREATE TABLE command

b)

Both can have unique constraints

c)

Both are used for storing data

d)

Both are part of the database schema

89.

Which tab in the PowerPoint ribbon allows you to customize themes and design elements?

a)

Home

b)

Design

c)

Slide Show

d)

Review

90.

In SQL, what is the purpose of the SELECT command?

a)

To delete data from a database

b)

To add new data to a database

c)

To retrieve data from a database

d)

To modify existing data in a database

91.

Which view in PowerPoint allows you to see all slides at once, making it easy to rearrange their order?

a)

Normal view

b)

Slide sorter view

c)

Reading view

d)

Slide show view

92.

In the 'Insert Hyperlink' dialog box, which option should you choose to link to an external website?

a)

'Email Address'

b)

'Create New Document'

c)

'Existing File or Web Page'

d)

'Place in This Document'

93.

Which of the following is NOT a feature of PowerPoint's user-friendly environment?

a)

Ribbon interface

b)

Pre-designed themes

c)

Complex animations

d)

Effortless slide creation

94.

What is the purpose of assigning a shortcut key to a recorded macro?

a)

It helps protect the macro from unauthorized use.

b)

It allows you to run the macro with a keyboard shortcut.

c)

It ensures the macro is saved securely in Excel.

d)

It activates the macro's security settings.

95.

What SQL command is used to ensure that a column must have a value and cannot be left empty?

a)

PRIMARY KEY

b)

CHECK

c)

NOT NULL

d)

UNIQUE

96.

In the SQL command 'CREATE TABLE Books (title VARCHAR(100) NOT NULL, author VARCHAR(100), publication_year INT, ISBN VARCHAR(13) UNIQUE);,' what is the data type of the 'title' and 'author' columns?

a)

VARCHAR

b)

INT

c)

DATE

d)

BOOLEAN

97.

What is a practical use of macro recording in Excel?

a)

Creating complex pivot tables

b)

Formatting a weekly report consistently.

c)

Automating the installation of Excel add-ins

d)

Generating random numbers for data analysis

98.

Can you run a macro in Excel if you've assigned a shortcut to it?

a)

Click 'Run Macro' in the Developer tab

b)

Press 'F12'

c)

Press the assigned shortcut key

d)

Click on the cell where the macro is recorded

99.

How can media, when used judiciously, impact a PowerPoint presentation?

a)

It always makes the presentation longer.

b)

It can transform the presentation from informative to unforgettable.

c)

It disrupts the flow of the presentation.

d)

It increases the file size of the presentation.

100.

What can you do in the Macro Editor to change the behavior of a recorded macro?

a)

Change the font style

b)

Modify the recorded code directly

c)

Delete the macro entirely

d)

Add new worksheets

101.

Which tab allows you to apply advanced options like looping audio, trimming video, and adding fade in/out effects to media in PowerPoint?

a)

Playback

b)

Animations

c)

Insert

d)

Home

102.

How can you open the Macro Editor in Excel?

a)

Press 'Ctrl + E'

b)

Click on the Home tab and select 'Macros'

c)

Press 'Alt + F11'

d)

Go to the Insert tab and choose 'Macro'

103.

Which of the following SQL commands allows you to retrieve data from a database?

a)

UPDATE

b)

SELECT

c)

INSERT

d)

DELETE

104.

Which function would you use to determine whether a student "Passes" or "Fails" based on their grades?

a)

VLOOKUP

b)

HLOOKUP

c)

IF

d)

INDEX

105.

Which of the following is NOT a step in creating interactive elements for surveys and options in PowerPoint?

a)

Gathering responses in real-time

b)

Creating feedback forms

c)

Using a dedicated survey tool within PowerPoint

d)

Designing a survey layout

106.

How can you run a macro in Excel if you've assigned a shortcut to it?

a)

Click 'Run Macro' in the Developer tab

b)

Press 'F12'

c)

Press the assigned shortcut key

d)

Click on the cell where the macro is recorded

107.

If you want to remove specific data from a database, which SQL command should you use?

a)

INSERT

b)

SELECT

c)

DELETE

d)

UPDATE

108.

If you want to add new data to a database, which SQL command should you use?

a)

SELECT

b)

DELETE

c)

INSERT

d)

UPDATE

109.

When should you consider using macros in Excel?

a)

Whenever you want to format a cell

b)

Only for complex calculations

c)

When you have repetitive tasks that need automation

d)

To create pivot tables

110.

When inserting multiple rows of data using the INSERT INTO command, how are the different sets of values separated?

a)

Using hyphens (-)

b)

Using commas (,)

c)

Using semicolons (;)

d)

Using colons (:)

111.

What does the INSERT INTO command allow you to do in SQL?

a)

Delete data from a table

b)

Add new data to a table

c)

Modify existing data in a table

d)

Retrieve data from a table

112.

How can you limit the number of rows returned in the result of a SELECT query?

a)

Using the WHERE clause

b)

Using the ORDER BY clause

c)

Using the GROUP BY clause

d)

Using the LIMIT clause

113.

Where can you find the Quick Access Toolbar in the PowerPoint interface?

a)

At the bottom of the slide

b)

In the ribbon's 'Home' tab

c)

At the top left corner

d)

In the 'Insert' tab

114.

What does the LIMIT clause in a SELECT statement allow you to do?

a)

Limit the number of rows returned in the result

b)

Organize data in alphabetical order

c)

Filter rows based on conditions

d)

Retrieve all columns from a table

115.

Which SQL command is used to remove specific entries from a table?

a)

DELETE

b)

INSERT

c)

SELECT

d)

UPDATE

116.

What is the primary purpose of the IF function in Excel?

a)

Searching for values in a table range

b)

Making logical comparisons between values

c)

Returning a cell value based on row and column numbers

d)

Combining functions for complex tasks

117.

If you want to add multiple rows of data to a table, what should you include in your SQL command?

a)

Separate sets of values enclosed in parentheses

b)

Multiple INSERT INTO statements

c)

The DELETE keyword

d)

The SELECT keyword

118.

Which data type is appropriate for storing the publication year of a book in an SQL table?

a)

INT

b)

BOOLEAN

c)

DATE

d)

VARCHAR

119.

What tools are available in the Macro Editor to help you find and fix errors in your code?

a)

Font styles

b)

Breakpoints and the Immediate Window

c)

Data validation rules

d)

Page layout options

120.

What SQL clause allows you to arrange query results in a specific order?

a)

ORDER BY

b)

WHERE

c)

GROUP BY

d)

LIMIT

121.

If you want to retrieve books published after the year 2019, which SQL command would you use?

a)

SELECT * FROM Books WHERE publication_year = 2019;

b)

SELECT * FROM Books WHERE publication_year > 2019;

c)

SELECT * FROM Books WHERE publication_year < 2019;

d)

SELECT * FROM Books WHERE publication_year >= 2020;

122.

In SQL, how do you specify the columns into which you want to insert data when using the INSERT INTO command?

a)

List the column names in parentheses before the VALUES keyword

b)

Use quotation marks around the values

c)

Use the VALUES keyword

d)

Use a semicolon at the end of each value

123.

What is the primary purpose of the DELETE command in SQL?

a)

To retrieve data from a table

b)

To modify existing data in a table

c)

To insert new data into a table

d)

To remove specific entries from a table

124.

What are the two primary modes in PowerPoint, and which mode is currently the focus of this session?

a)

Presentation Mode and Print Mode; Presentation Mode

b)

Creation Mode and Presentation Mode; Creation Mode

c)

Slideshow Mode and Editing Mode; Editing Mode

d)

Draft Mode and Review Mode; Draft Mode

125.

Why might you include a feedback form in your PowerPoint presentation?

a)

To make the presentation longer

b)

To gather ratings and comments for improvement

c)

To encourage the audience to leave negative feedback

d)

To add complexity to the presentation

126.

What analogy is used to describe inserting data into a table using the INSERT INTO command in SQL?

a)

Painting a picture

b)

Solving a mathematical equation

c)

Filling the pages of a book

d)

Planting seeds in a garden

127.

When using SQL commands, what is the recommended practice to avoid unintended data modifications or deletions?

a)

Avoid using the DELETE command

b)

Use commands only on small databases

c)

Execute commands without double-checking

d)

Always test commands on a sample database first

128.

How can you format a number as a percentage?

a)

Use the 'Percentage' option in the 'Number' group of the 'Home' tab

b)

Use the 'Currency' option

c)

Use the 'Accounting Comma' option

d)

Use the 'Custom' option

129.

What is the primary advantage of using buttons in PowerPoint presentations?

a)

They add random animations to slides

b)

They reduce the need for hyperlinks

c)

They make the slides more static

d)

They create an interactive and structured experience

130.

If you want to retrieve only the first three books from your database, which SQL command would you use?

a)

SELECT * FROM Books WHERE publication_year > 2019 LIMIT 3;

b)

SELECT * FROM Books WHERE LIMIT 3;

c)

SELECT * FROM Books ORDER BY LIMIT 3;

d)

SELECT * FROM Books LIMIT 3;

131.

Which PowerPoint tab allows you to access and insert interactive controls?

a)

Slide Show

b)

Design

c)

Developer

d)

Home