Skip to main content

ITI ES important question in hindi with pdf

 

Technical INFO





1. निम्न में से कोनसा "पोजेसिव प्रोनाउन " है ?
(A) Mine
(B) Us 
(C) He 
(D) They

Ans: A

2.  निम्न में से कोनसा "Good Bye" कहने से सम्बंधित है ?
(A) How are you? 
(B) See you soon
(C) You can call me
(D) Very well

Ans: B

3. "Paradox" का पर्यायवाची है.............. 
(A) Paradise 
(B) Question 
(C) Puzzle 
(D) Challenge 

Ans: C

4. CV का पूर्ण रूप है...........
(A) Curriculum Vita
(B) Curriculum Vitesse
(C) Curriculum Vitra
(D) Curriculum Vitae

Ans: D

5. "Good" का क्रिया विशेषण क्या है ?
(A) Good
(B) Better
(C) Best
(D)Well

Ans: D

6. बोले गए शब्दों का लिखित भाषा में रूपातंरण होता है ?
(A) प्रतिरोपण
(B)  प्रसारण
(C) प्रतिलेखन
(D) अनुवादन

Ans: C

7. प्रतिलेखन को ....... भी कहते हैं?
(A) Notation (अंकन)
(B) Citation (उद्धरण)
(C) Translation (अनुवादन)
(D) Transmission (प्रसारण)

Ans: A

8. "Communication" शब्द लैटिन के किस शब्द से उत्पन्न हुआ है।
(A) Community  
(B) Command
(C) Communis
(D) Commitee

Ans: C 

9. इंटरनेट की शुरूआत कहाँ हुई थी.....
(A) ) इंग्लैंड
(B) फ्रांस
(C) रूस
(D) अमेरिका

Ans: D

10. इंटरनेट की शुरूआत इनमें से किस दशक में हुई थी....
(A) 1950 में
(B) 1960 में
(C) 1970 में
(D) इनमें से कोई नहीं 

Ans: B



COMMENT YOUR FEEDBACK

And you like my blog then follow me.

THANK YOU GUYS

Comments

Popular posts from this blog

Create a Responsive Login Form in HTML and CSS in Hindi

Create a Responsive Login Form in HTML and CSS in Hindi                                                              Login Form in HTML and CSS In this video, we will we see How to Create a Responsive Login Form in HTML and CSS in Hindi step by step. As you can see I try to make a Login form that should be different from others available online on any social media. Believe me, you gonna learn many new technique and tips on how to make a Responsive Login Form in HTML and CSS in Hindi. Let's talk about the background of the Login form in Hindi first. You can see It's a diagonal background and I know must of are thinking how we can create a diagonal webpage. Believe me, I wrote only one line of code to get the diagonal background on my Login Form in Hindi. background-image: linear-gradient(to top right,...

CSS - CSS Fonts in hindi, css font kya h,css font use kese kre,hindi me Technamdev.blogspot.com

CSS Fonts Properties से text/content के font को set किया जाता | इन properties में content को bold, italic, font size और अन्य प्रकार से styling की जाती है | CSS Font Generic Name and Font Family Name Font Generic Name Font Families का group होता है | जैसे कि, Sans-serif(generic) है और उसके अंतर्गत Arial, Arial Black, Agency FB, BankGothic, Calibri और आदि कई Fonts होते है | Font Family Name ये simple fonts name होते है | जैसे कि Arial, Arial Black, Agency FB, BankGothic, Calibri, और आदि कई | Agency FB Antiqua Architect Arial bankFuturistic BankGothic Blackletter Blagovest Calibri Comic Sans MS Courier Cursive Decorative Fantasy Fraktur Frosty Garamond Georgia Helvetica Impact Minion Modern Monospace Open Sans Palatino Roman Sans-serif Serif Script Swiss Times Times New Roman Verdana Most used Web Safe Font...

CSS - CSS Text in hindi, css text kya h, kese likhe Technamdev.blogspot.com

आपने देखा होगा कि कई websites के text का color अलग-अलग होता है | HTML का default text color ये black होता है, लेकिन अगर कुछ लोग चाहते है तो इस text color को बदल भी सकते है | Text Related CSS Properties color direction letter-spacing text-align text-decoration text-indent text-shadow text-transform word-break white-space word-spacing word-wrap Color Property for Text Color निचे div1, div2 और div3 को एक ही color को अलग-अलग प्रकार से दिया गया है | निचे color को अलग-अलग प्रकार से दी जाने वाली values को दिया गया है | Type of Value Description color_name यहाँ पर color का नाम दिया जाता है | For Example, color : red hexadecimal color code यहाँ पर hex code color भी दिया जाता है | For Example, color : #F00 rgb color code यहाँ पर rgb(red,green,blue) color code भी दिया जाता है | color : rgb(255, 0, 0) hsl color code यहाँ पर hsl(hue,saturation,luminance) color code भी दिया जाता है | color : hsl(360, 100%, 50%) .div1{ color : #F00; /* hexadecimal color code...