Introduction to web design and HTML MCQs
Showing 18 questions (Total: 18)
Web page তৈরীর জন্য কোনটি ব্যবহৃত হয়
Correct Answer:
গ: এইচটিএমএল
Explanation:
Web page তৈরীর জন্য কোনটি ব্যবহৃত হয় সঠিক উত্তর এইচটিএমএল হাইপার টেক্সট মার্ক আপ ল্যাঙ্গুয়েজ (অথবা এইচটিএমএল - Hyper Text Markup Language) হলো একটি ফর্ম্যাট যাতে বিভিন্ন প্রকারের ফর্ম্যাটিং ও হাইপারলিংক ব্যবহার করা যায়। প্রকৃত অর্থে এটি কোনো প্রোগ্রামিং ল্যাংগুয়েজ নয় বরং একটি মার্কআপ ল্যাংগুয়েজ যা একসারি মার্কআপ ট্যাগ এর সমন্বয়। ইন্টারনেটে, তথা ওয়েবসাইটে এইচ টি এম এল সবচেয়ে বেশি ব্যবহৃত হয়। এই ফাইলের এক্সটেনশন .htm অথবা .html উভয়ই হতে পারে। এতে বিভিন্ন এইচটিএমএল ট্যাগ ব্যবহার করে বিভিন্ন ফর্ম্যাটিং, অবজেক্ট ও লিংক প্রকাশ করা করা হয়। html এর সর্বশেষ ভার্সন হলো html 5 যার উন্নয়ন কাজ এখন সম্পূর্ণ এবং নতুন আদর্শমান । html 5 এ ওয়েবসাইটে অডিও, ভিডিও যোগ করার জন্য নতুন আদর্শ (স্ট্যান্ডার্ড) যোগ করা হয়েছে।
HTTP সংক্ষিপ্ত রুপটি কি বোঝায়?
Correct Answer:
ক: Hyper Text Transfer Protocol
Explanation:
HTTP সংক্ষিপ্ত রুপটি কি বোঝায়? সঠিক উত্তর Hyper Text Transfer Protocol ১। HTTP এর পূর্ণরূপ — Hyper Text Transfer Protocol.২। HTTPS এর পূর্ণরূপ — Hyper Text Transfer Protocol Secure.
http এর পূর্ণরুপ কী বোঝায়?
Correct Answer:
ক: Hypertext Transfer Protocol
Explanation:
http এর পূর্ণরুপ কী বোঝায়? সঠিক উত্তর Hypertext Transfer Protocol কম্পিউটার - ইন্টারনেটে ব্যবহৃত শব্দ সংক্ষেপ http - এর পূর্ণ অভিব্যক্তি হচ্ছে Hyper Text Transfer Protocol. এটি www - এর জন্য একটি আদর্শ প্রটোকল। এর কারণেই ওয়েবপেজগুলো পৃথিবীর যে কোন প্রান্ত থেকে ভিজিট করা যার।
CSS is an acronym for
Correct Answer:
A: Cascading Style Sheet
Explanation:
CSS is an acronym for Correct Answer Cascading Style Sheet CSS stands for Cascading Style Sheets CSS describes how HTML elements are to be displayed on screen, paper, or in other media CSS saves a lot of work. It can control the layout of multiple web pages all at once External stylesheets are stored in CSS files
What is the use of Forms in HTML ?
Correct Answer:
C: To collect user's input
Explanation:
What is the use of Forms in HTML ? Correct Answer To collect user's input প্রশ্নঃ What is the use of Forms in HTML? বর্ণনাঃ আমরা এই JobAssistant Website ব্যবহার করি, প্রথমেই আমাদের login করতে হয় এবং সেখানে ২ টি বক্স থাকে। একটিতে পাসওয়ার্ড এবং অন্যটিতে ইমেইল অ্যাড্রেস দিতে হয়। HTML দ্বারা এইরকম বক্স তৈরি করতে <from>....</form> নামক এলিমেন্ট ব্যবহৃত হয়। যা দ্বারা ক্লায়েন্ট/ব্যবহারকারীর তথ্য সংগ্রহ করা যায়।
What is the use of forms in HTML?
Correct Answer:
C: To collect users input
Explanation:
What is the use of forms in HTML? Correct Answer To collect users input HTML Forms are required when you want to collect some data from the site visitor. For example, during user registration, you would like to collect information such as name, email address, credit card, etc.
HTTP 4 কোন ধরনের সতর্কবার্তা ?
Correct Answer:
খ: সার্ভার পাওয়া যাচ্ছে না
Explanation:
HTTP 4 কোন ধরনের সতর্কবার্তা ? সঠিক উত্তর সার্ভার পাওয়া যাচ্ছে না HTTP 404 হলো HTTP স্ট্যান্ডার্ড একটি রেসপন্স কোড। এর অর্থ হলো request করা page বা contentটি সার্ভারে পাওয়া যায়নি। এ ধরনের code - এর সাথে যে message টি পাওয়া যায় তা হলো - “HTTP Error 404 - File or Directory not found”
Which of the following is the most commonly used HTTP methods ?
Correct Answer:
C: GET and POST
Explanation:
Which of the following is the most commonly used HTTP methods ? Correct Answer GET and POST Hints: GET and POST are by far the most common methods that are used to access information provided by a web server, the Hypertext Transfer Protocol (HTTP) allows several other methods. HEAD, PUT, DELETE, TRACE, OPTIONS, CONNECT, etc
What does https mean ?
Correct Answer:
A: Hyper Text Transfer Protocol Secure
Explanation:
What does https mean ? Correct Answer Hyper Text Transfer Protocol Secure Hypertext Transfer Protocol Secure is an extension of the Hypertext Transfer Protocol. It is used for secure communication over a computer network, and is widely used on the Internet. In HTTPS, the communication protocol is encrypted using Transport Layer Security or, formerly, Secure Sockets Layer.
The decimal number equivalent of (1010)2 is=
Correct Answer:
C: 1010
Where can a JavaScript code be placed in an html page?
Correct Answer:
A: both a and b
A nonstandard HTML extension that causes scrolling text to appear as part of a Web page is :
Correct Answer:
D: marquce
Explanation:
A nonstandard HTML extension that causes scrolling text to appear as part of a Web page is : Correct Answer marquce The < marquee> is a non - standard HTML tag which was used to creat a scrolling text or an image .It was used to make the text /image scroll horizontally accross or vertically down the web page.
Most World Wide Web pages contain commands in the language of
Correct Answer:
B: HTML
Explanation:
Most World Wide Web pages contain commands in the language of Correct Answer HTML Hypertext Markup Language is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript.
HTML কী কাজে ব্যবহার করা হয়?
Correct Answer:
খ: ওয়েবসাইট ডিজাইনে
Explanation:
HTML কী কাজে ব্যবহার করা হয়? সঠিক উত্তর ওয়েবসাইট ডিজাইনে HTML ওয়েবসাইট ডিজাইনে ব্যবহৃত হয়। Hyper Text Markup Language (HTML) এর মার্কট্যাগসমূহ ব্যবহার করে ওয়েবপেজ এর বেসিক কাঠামো তৈরি করা হয়। ইন্টারনেট, তথা ওয়েবসাইটে ওয়েবপেজ তৈরিতে HTML সবচেয়ে বেশি ব্যবহৃত হয়।
The newest version of HTML is?
Correct Answer:
B: HTML5
Explanation:
The newest version of HTML is? Correct Answer HTML5 Hyper Text Markup Language এর সংক্ষিপ্ত রূপ হলো HTML যা World Wide Web (www) ব্রাউজের তথ্য প্রদর্শন বা ওয়েব পেজে তথ্য উপস্থাপন ও ফরমেট করতে প্রোগ্রামারগণ ব্যবহার প্রোগ্রামারগণ ব্যবহার করেন। এটি সাধারণত ওয়েব পেজ নামে পরিচিত। World Wide Web (www) ফাইল তৈরি করতে HTML ব্যবহার করা হয়। এর সর্বশেষ ভার্সন HTML5, যা ২০১৪ সালে বাজারে আসে।
USB is_______ storage device.
Correct Answer:
B: Secondary
Default port for HTTP?
Correct Answer:
C: 80
https এর s দিয়ে কি বোঝানো হয়েছে?
Correct Answer:
ক: Security
Explanation:
https এর s দিয়ে কি বোঝানো হয়েছে? সঠিক উত্তর Security https এর s মানে secure। সহজ কথায় বলা যায় https হচ্ছে http - এর চেয়ে অধিকতর নিরাপদ। যখন ক্লায়েন্ট (ব্রাউজার) ও সার্ভারের মধ্যে যোগাযোগ হয়, তখন http প্রটোকল ব্যবহার করলে মাঝে কোনো তৃতীয় পক্ষের দ্বারা ক্লায়েন্ট - সার্ভারের মধ্যে যেসব মেসেজ আদান - প্রদান হচ্ছে, সেগুলো পড়ে ফেলা সম্ভব। এতে নিরাপত্তার ঝুঁকি অনেক বেড়ে যায়। স্পর্শকাতর তথ্য যেমন ক্রেডিট কার্ড, পাসওয়ার্ড এগুলো চুরি করা সম্ভব হয়। আর যখন https ব্যবহার করা হয়, তখন ক্লায়েন্ট - সার্ভারের মধ্যে যোগাযোগটা এনক্রিপ্টেড (encrypted) থাকে। তাই তৃতীয় পক্ষের দ্বারা সেসব মেসেজ পড়ে মর্মার্থ উদ্ধার করা প্রায় অসম্ভব হয়ে পড়ে। তাই এটি অনেক নিরাপদ।