Question
Easy
You can use _______ to copy selected text and _______ to paste it into a document.
1
CTRL + C, CTRL + V
2
CTRL + C, CTRL + P
3
CTRL + S, CTRL + S
4
SHIFT + C, ALT + P
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Operating Systems & Software Concepts
Topic: MS Window
Correct Answer
Option A
Explanation
The correct option is (1): The keyboard shortcuts CTRL + C and CTRL + V represent the standard, universal commands for managing the clipboard in nearly all modern operating systems and software applications, including word processors and document editors. The first shortcut, CTRL + C (where 'C' stands for Copy), is used to take the currently selected text or data and place a duplicate of it onto a temporary storage…Read More
Similar Questions from HTET Exam - Level 3 - Year 2021
Question 1
Easy
Source :
HTET 2021
If the elements 'A', 'B', 'C' and 'D' are placed in a queue and are deleted one at a time, in what order will these…
Chapter :
Data Structures (Through C++)
Topic :
Queue
Question 2
Easy
Source :
HTET 2021
If one attribute is determinant of second, which in turn is determinant of third, then the relation cannot be
Chapter :
Database Management System (DBMS) & SQL
Topic :
Database Concepts
Question 3
Easy
Source :
HTET 2021
The basic architecture of computers was developed by:
Chapter :
Computer System & Hardware Fundamentals
Topic :
Computer System
Question 4
Easy
Source :
HTET 2021
In C file handling equivalent to scanf("%d",&val); is:
Chapter :
Python Programming Fundamentals
Topic :
Input/Output & Debugging