Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
web_final.docx
Скачиваний:
0
Добавлен:
01.05.2025
Размер:
39.13 Кб
Скачать
  1. How to remove cookie (in php)?

Set cookie again, by passing a timeout that is prior to the present time;

  1. What is jQuery?

JavaScript library.

  1. Choose client-side language(executed on a browser).

HTML

  1. Pseudo-elements is CSS that specify a) an element that has the mouse over it, b) a link that has NOT been visited

  1. Hover, b) link

  1. HTML surrounds text contents with opening and closing ......

Tags

121. Types of properties in css that are inheritable by children elements

text, color, and font

  1. What is the purpose inserBefore(node, old) method in javascript?

Places the given new node in this node's child list just before old child.

  1. Choose wrong “object - description” relation in JavaScript

Document-…

  1. It is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web.

Wen hosting

  1. What is not a common problem used to be solved by Web frameworks (from our lecture's list) in developing a Web Applications.

Charset problems

  1. sider we have table 'user' and we run the following script: "INSERT INTO user (`id`, `login`, `password`, `name`, `surname`) VALUES ('1', 'azicus88', 'mypass', 'Azamat', 'Tolegenov'), ('2', 'tima', 'timapass', 'Timur', 'Yeslamgaliyev'), ('3', 'erba', 'erbapass', 'Erbol', 'Naimanov');" What will be the output of the following code: "$result = mysql_query("SELECT name, id FROM user"); $row = mysql_fetch_row($result); $row = mysql_fetch_row($result); $row = mysql_fetch_row($result); echo $row[1];echo $row[0];"

1Azamat

  1. What statement is NOT appropriate variant of the reasons why we use XHTML?

Works faster and better with javascript and CSS.

  1. $s= array(“hello”, “world”); $a=implode(“ ”,$s); What is $a here?

String, $a=”hello world”;

  1. Server side languages are:

PHP,JSP,ASP

  1. Choose method of “window” object in javascript.

Alert;

  1. How to process Form data(sent by user) in php script?

Using $_GET,$_POST,$_REQUEST superglobal…

  1. Given code : <*input type = “text” name = “name1”value = “login/*”> What does “value” attribute specifies?

It specifies initial text – “login” will be written in that…

  1. Which is not a benefit of javascript?

No subject to browser compatibility issues.

  1. Input “type”(html form) can NOT be:

Image

  1. Which statements is WRONG?

Cookies are used only for advertising

  1. Some tags can contain additional information called…

Attributes

  1. Which attribute gives the URL of the page that will process form`s data?

Action

  1. What is the difference between margins and padding?

Padding adds whitespace inside the border and margin add whitespace outside

  1. Conside we have table ‘use’ and we run the following script : “INSERT INTO use (id,login,password,name,surname )”…;echo “result is : $num_rows”;”

Result 5

  1. $.post(“login.php”,”login-qwerty”,function(data){alert()data);}}; What is “data” here?

Data, returned by the server

  1. Which one is WRONG way to create an object in javascript?

Var obj {name: “Aza”,getName: function(){return this.Name;}};

  1. Which statements is wrong?

GET variables are NOT visible in browser`s address bar

  1. Which of the nodes doesn`t exist in javascript?

Tags nodes

  1. Which is not appropriate rule for xhtml?

Tags are not case-sensitive….

Соседние файлы в предмете [НЕСОРТИРОВАННОЕ]