Friday, August 7, 2020

Window Explorer

 

File Explorer

Alternatively referred to as Windows Explorer or Explorer, File Explorer is a file browser found in every version of Microsoft Windows since Windows 95. It is used to navigate and manage the drives, folders, and files on your computer. The image below shows File Explorer in Windows 10.


 

How to open Windows Explorer

There are several ways to open a new Explorer window, which vary slightly depending on which version of Windows you are running.

In all versions of Windows

  • Press Win + E (hold down the Windows key and press E).
  • Click Start and select Run (or press Win + R), then type explorer or explorer.exe and press Enter.

In Windows 10

  • Press the Win + X to open the Power User Tasks Menu, then select File Explorer (or press E).
  • Click Start, select Programs, select Accessories, then Windows Explorer or Explorer.

In Windows 8 and 8.1

Right-click the bottom-left corner of the screen to open the Power User Tasks Menu and choose File Explorer (or press E).

In Windows 7 and earlier versions

Right-click Start and select Explorer or Open Windows Explorer.

Open a document

Microsoft has made it easier to find your documents in Windows by creating a My Documents folder. Once in Explorer, you can open My Documents and double-click the document file to open the document.

Open a program

Although most programs create a shortcut to programs in the Start menu or Start Screen after being installed, you can also open a program through Explorer. To open a program in Explorer, browse to the Program Files folder by opening the C: drive and then double-clicking the Program Files folder. In the listing of folders, find the program you want to open and double-click its folder. Finally, once in the program folder, find the executable file and double-click that file to run the program. Since file extensions may be hidden, you can determine an executable by looking for a file with the same name of the program.

Search for a file or folder

In the Search tab, you can find files or folders on your computers. Press the F3 shortcut key to open search at any time while in Windows Explorer.

Tuesday, June 9, 2020

Web Technology MCQ


Web Technology MCQ

 Multiple Choice Questions

 1) Which of the following tag is used to embed css in html tag?
a) <script>                                 b) <style>
c) <css>                                    d) <!doctype html>

2) Which selector is used to specify a group of element?
a) id                                                b) class
c) tag                                             d) none of above

3) Which of the following property  sets the width of an elements complete border?
a) border-width                             b) width
c) border-depth                             d) none of above

4) Which css property sets the opacity level for an element?
a) transparency                                 b) opacity
c) transparent                                    d) all of mentioned

5) Which property specifies direction in which marquee move?
a) marquee                                b) marquee-direction
c)marquee-time                         d)none of above

6) Which feature was already introduced before html5?
a) canvas                         b) video
c) geolocation                  d) frame

7) What is the correct syntax of doctype in html5?
a) <!doctype html>         b) <doctype !html>
c) <doctype html>         d) <html doctype>

8) Which tag is used for the break line?
a) </br>                            b) <p>
c) <br>                             d) </p>

 9)What are the methods used to specify colors in HTML?
a)RGB                                b)Color Name
b)Hexadecimal                   d)All of the mentioned

10)Abbrevate RWD.(HTML)?
a)Real World Data             b)Relay Web Diagram
c)Responsive Web Design  d)None of the mentioned

Ans:-  1)B  2)B   3)A  4)B  5)B  6)A  7)A  8)C  9)D  10)C