#1
Which key is used to indent text in most word processors?
Tab
ExplanationTab key indents text.
#2
What is the shortcut key to make text bold in Microsoft Word?
Ctrl + B
ExplanationCtrl + B makes text bold.
#3
What does the acronym 'PDF' stand for?
Portable Document Format
ExplanationPDF stands for Portable Document Format.
#4
Which keyboard shortcut is commonly used to paste text?
Ctrl + V
ExplanationCtrl + V is used to paste text.
#5
What does CSS stand for?
Cascading Style Sheets
ExplanationCSS stands for Cascading Style Sheets.
#6
In which file format does Microsoft Excel typically save spreadsheets?
.xlsx
ExplanationMicrosoft Excel typically saves spreadsheets in .xlsx format.
#7
What is the purpose of the 'justify' alignment option in word processors?
To evenly align text between both margins
ExplanationJustify alignment option in word processors evenly aligns text between both margins.
#8
What is the purpose of using the 'box-sizing' property in CSS?
To include padding and border in the total width and height of an element
ExplanationBox-sizing property in CSS includes padding and border in the total width and height of an element.
#9
What is the purpose of using the 'float' property in CSS?
To create a floating effect for an element
ExplanationFloat property in CSS creates a floating effect for an element.
#10
What is the purpose of the 'transform' property in CSS?
To apply 3D effects to an element
ExplanationTransform property in CSS applies 3D effects to an element.
#11
What is the purpose of the 'z-index' property in CSS?
To control the stacking order of elements
ExplanationZ-index property in CSS controls the stacking order of elements.
#12
In CSS, what is the purpose of the 'display' property?
To specify the type of rendering box used for an element
ExplanationDisplay property in CSS specifies the type of rendering box used for an element.