Question

1) JavaScript is used on the client-side to provide interactivity with the user. a) True b)...

1) JavaScript is used on the client-side to provide interactivity with the user.

a) True

b) False

2) Which one of the following is considered a client-side technology?

a) PHP

b) MySQL

c) Java Servlets

d) Css

3) Which one of the following is predominantly a server-side technology?

a) PHP

b) Javascript

c) HTML

d) Css

4) Which form element requires a user to select one item only from multiple choices.

a) Check box

b) Text box

c) Radio button

d) Button

5) To limit how many characters can be entered in the text box you would set the size property.

a) True

b) False

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1. True: Initially, when only HTML was present, sites used to be quite static in nature with no interactivity. JS is basically the first client-side scripting language which allowed users to see and interact with the website.

2. CSS This is a client side scripting language. It is a style sheet language used for describing the presentation of a document.

3. PHP This is a server-side scripting language which is used to connect to the server and provide the interactivity to a website. PHP can only be interpreted on a server that has PHP installed.

4. Radio Button. Textbox is used to enter words or sentence. Checkbox can be used to select multiple items. Button is basically to connect with the PHP most of the times. It is used to perform an action. It doesn't select anything.

5. False: To set how many characters can be entered in the text box you need to use an attribute called as maxlength.

Syntax for maxlength:

<input type="text" name="enter your age" value="" maxlength="50"/>

Add a comment
Know the answer?
Add Answer to:
1) JavaScript is used on the client-side to provide interactivity with the user. a) True b)...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • JavaScript is not Java but complements it: True False Which of the following is the language...

    JavaScript is not Java but complements it: True False Which of the following is the language of the Web : XML HTML JavaScript None of the above CSS is Creative Style Sheets Creative Stylish Sheets Cascading Style Sheets Cascading Styling Sheets Which of the following is not a client side language? JavaScript HTML CSS Java

  • Your company is developing an in-house application using server-side PHP and client-side JavaScript code, making extensive...

    Your company is developing an in-house application using server-side PHP and client-side JavaScript code, making extensive use of third-party libraries in both languages and Composer to manage the many dependencies between the various libraries and packages. Which type of attack should you be particularly concerned about? Select one: a. Side-channel or timing attacks on cryptographic keys b. Buffer overflow attacks c. Phishing attacks d. Supply chain attacks

  • 1 (25 pts.). The following HTML document (with gaps) is initially rendered as shown in the...

    1 (25 pts.). The following HTML document (with gaps) is initially rendered as shown in the first screenshot below. When the anchor JavaScript is clicked, a link is followed to the header JavaScript lower in the page, and the rendering is as shown in the next screen shot. If, on the other hand, the anchor PHP is clicked, a link is followed to the header PHP still lower in the page, and the rendering is as shown in the last...

  • for Javascript, JQuery When the page is first opened a user will see the name field...

    for Javascript, JQuery When the page is first opened a user will see the name field and the three vacation images to the left of the page. The page should behave according to the following rules. 1. When a user's mouse pointer goes over any image, that image's border will change to be "outset 10px" and when the mouse pointer leaves that image it's border will change to "none". 2. When the user clicks a "Vacation" image on the left,...

  • LANGUAGE JAVASCRIPT, PHP Need help with PHP and ajax code. The user needs to login but,...

    LANGUAGE JAVASCRIPT, PHP Need help with PHP and ajax code. The user needs to login but, I keep getting an error that I coded "Wrong username and password!" ***PLEASE DONT GIVE ME A NEW CODE THAT IS NOWHERE NEAR THE CODE I SUBMITTED***** PLEASE LOOK AT THE CODE AND SEE ANY ISSUES login.html <!DOCTYPE html> <html> <head> <title>login popup</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <style type="text/css"> body { background-color: white; } </style> </head> <body> <center> <h1 style="text-align: center;"> Login </h1> <form>             Login ID:...

  • NEED HELP with HTML with Javascript embedding for form validation project below. I have my code...

    NEED HELP with HTML with Javascript embedding for form validation project below. I have my code below but I'm stuck with validation. If anyone can fix it, I'd really appreciate. ****************************************************************************** CODE: <!DOCTYPE html> <!-- To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. --> <html> <head> <title>Nice</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script> var textFromTextArea; function getWords(){ var text =...

  • Using Javascript, I have two radio buttons, depending on the value of the radio button 1...

    Using Javascript, I have two radio buttons, depending on the value of the radio button 1 or 2, you will send a different form to the user. So, if radio button is value "1" send new form1 or if value "2" send new form 2.  New form will ask for letter grades for four courses in textboxes. Onsubmit of new form letter grades A,B,C,D need to be changed to numeric values 1,2,3,4 so an average grade for the four couses can...

  • Form Processing HTML One of the most ubiquitous uses of JavaScript is validating form data on...

    Form Processing HTML One of the most ubiquitous uses of JavaScript is validating form data on the client side before it is submitted to the server. It is done everywhere because it is fast and it gives you a great deal of flexibility in how you handle errors insofar as the GUI is concerned. Attached is an image of some code I wrote (so Blackboard can't mess it up). Some things to notice that will help you with the lab....

  • 1) Which is not a common feature in a web server? a) virtue hosting b) server-side...

    1) Which is not a common feature in a web server? a) virtue hosting b) server-side scripting c) customer support 2)The web server with the highest market share is? a) Apache b) nginx d) AOLserver 3) Which Standard setting organization is responsible for the JavaScript standard? a) Internet Engineering Task Force(IETF) b) International Business Machines(IBM) c) Ecma International

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT