Список постов



\ Freelance \ FREELANCER.COM

Общие сведения (FREELANCER.COM)

\ Freelance \ FREELANCER.COM \ Экзамены

Про экзамены (FREELANCER.COM)

\ Freelance \ FREELANCER.COM \ Экзамены \ HTML, Level 1

Обработан первый ролик для экзамена HTML - level 1 сайта FREELANCER.COMОбработан первый ролик по экзамену PHP (Level 1)
Общие сведения об экзамене (HTML 1-го уровня)Я сдал этот экзамен (HTML, Level 1)!

\ Freelance \ FREELANCER.COM \ Экзамены \ HTML, Level 1 \ Открыто

A frameset document does NOT haveAn <input> field must be enclosed in:
HTML display can be affected byHTML files should be uploaded to the server as
HTML standart are set byIn HTML version 1-3, the <li> tag:
In HTML5, how can you change the state of the browser without changing the content of the page?Like programming languages, HTML is updated in _____.
Text/Html is called the ___ of the pageThe <em> tag creates _____ text in most browsers.
The <fieldset> tag is used for group:The <strong> tag normally renders text as:
The <th> tag indicated:The most common filename for "home" page of a directory is ____ (with an extension such as .htm)
The page, script or operation called by a form is specified in the ____ attributeThe top-level container for an HTML document is
To hyperlink an image , you must use theWhat is the best way to bold a section of text
Where is the mega tag located?Which code will create bold text in most browsers
Which of the following can NOT be done with an HTML form and accompanying scriptWhich of the following is correct
Which of the following is NOT valid HTML 1 code (a, p, p, strong)Which of the following is NOT valid HTML code (em p meta link pre)
Which of the following tags will NOT create a line break in a HTML document?Which of these elements can be nested inside an ordered list
Which of these is properly nested?Which tag is use to show title of field set frame

\ Freelance \ FREELANCER.COM \ Экзамены \ HTML, Level 1 \ Решено

<legend> tag is associated with:Among these, which is not valid tag
As per HTML standarts, which of the following tags doesn't have an end tag?colspan is an attribute of the ___ tag.
Framesets are defined withHTML can be written:
In HTML documents, the copyright symbol should be written asOne way to create bold text in an HTML document is the ____ tag.
The ___ tag creates a term for a definition list.The ___ tag is deprecated, but still supported by most browsers.
The "registered" symbol should be presented in an HTML document asThe <dl> tag is used to create a:
The <link> tagThe <option> tag
The correct (although deprecated) code to add a background image to a web page isThe following code is used to create a multi-line text box in a form.
The HTML code to create a simple text input field is:This code: <body bgcolor="#ffff00"> will:
To create a bold, large heading on your web page, use the ____ tag.To create link to an email address, use this format
To create space around an image, you can use:To display a blank space on an HTML page, use:
To link to a file two directories above the current directory, the path would beTo make sure a hyperlinked page replaces the current page, use:
Use the ___ tag to display text as capital lettersUse the ____ tag to underline text
What color page background will this code create? ...What is the iframe tag meant for
What tag is used to add column to tablesWhich code completes this correctly: <table><tr><td></td><td> ?
Which of the following atributes makes a tag associated with the css style #style1{color:red;}Which of the following is a properly formatted HTML comment
Which of the following is a valid code to hide an imageWhich of the following is an absolute link?
Which of the following is NOT a valid <table> attribute?Which of the following is NOT an attribute of the <form> tag?
Which of the following is not html5 element?Which of the following is not true regarding the HTML <script> tag
Which of the following is NOT valid HTML code (a, p, p, strong)Which of the following is NOT valid HTML code (frameset)
Which of the following is NOT valid HTML code (meta, span, h3)Which of the following is NOT valid HTML code (p, ol, a)
Which of these tags requires an ending tag in an HTML documentWhich property can be used to set balloon tip for an HTML tag?

\ Freelance \ FREELANCER.COM \ Экзамены \ PHP, Level 1

Копия статьи с ответами на вопросы экзамена PHP - Level 1сайта FREELANCER.COMОбщие сведения об экзамене (PHP 1-го уровня)

\ Freelance \ FREELANCER.COM \ Экзамены \ PHP, Level 1 \ Открыто

___ is a mechanism for storing data in the remote browser and thus tracking or identifying return users.At compile time static values are bound with
How to declare a destructor in PHP?In an object method, which of the following is always a reference to the caller object?
It is necessary to put php code on the top of file if you have html in it?Session files should not be stored on a directory viewable from the Web server because:
The correct way to create a numeric variable "v" that maight have any real number is:What is the most widely accepted meaning of the acronym "PHP" today?
Which API treats XML as flow-through string data?Which compressed file type can be decompressed without specifying the extension?
Which interface type allows you to chain methods of an object together?Which of the following are two broad classes of regular expressions that PHP works with?
Which PHP operator type allows you to execute its contents as a shell command?Which PHP operator type returns the result of string arguments?
Which types of code can be affected by namespaces?

\ Freelance \ FREELANCER.COM \ Экзамены \ PHP, Level 1 \ Решено

___ find the the first occurrence of a substring in a sentenceA special method to perform any activity required to instantiate an object is called a(an)
A(n) ________ is an ordered map that assigns values to keys?Arrays can be sorted with which of the following functions?
Function that represent a behavior of a class are called _____Include files must have the file extension
Instantiate an object Demo: require_once("class.Demo.php");PHP constants:
The control error operator is:The file handle argument in fread() allows you to specify _______.
What 2 types of parsers are used in PHP?What are the levels of visibility possible for a variable or method?
What function is used to convert an argument specifying any base in the range 2 to 36?What function raised the first argument to power of the second argument, with decimal places to be specified by scale factor?
What function takes any number of numerical arguments and returns the largest of the arguments?What is the correct way to add 1 to $counter variable?
What is the expression for returning the square root of 2?What is the name of instances of a class that contain all the internal data and state information need fo the application the run
What is the term for using a class to create an object?What kind of elements can be contained in constants?
What operator can be used to detect odd or even numbers?What PHP function converts number from base 10 to base 16?
What PHP type represents a series of characters?Which bitwise operator will set the bits that are set in either $a or $b.
Which configuration directive, in conjuction with memcache.allow_failover , defines how many servers to try when setting and getting data?Which control structure allows you to quickly traverse through an array?
Which function checks whether a file or directory exists?Which function gets permissions for the given file?
Which function parses input from a file according to a format?Which function returns the largest number that may be returned by rand()?
Which function takes a single argument and returns the largest integer that less or equal to that argument?Which function writes a string to a file?
Which interface allows you to use a design pattern that is characteristically changed with the instantiation process?Which kind of reference action allows you to have two variables referring to same content?
Which of the following allows you to set a user-defined exception handler function?Which of the following are examples of resource types in cURL?
Which of the following is an example of predefined cURL constant?Which of the following is correct for adding a comment in a PHP script?
Which of the following is correct in PHP (zero as false)?Which of the following is NOT a correct way to specify a string?
Which of the following is the correct syntax to retrieve an object from memcache module?Which of the following is the only keyword can be written before the namespace at the top of the file?
Which of the following open the file "time.txt" as readable?Which of the following returns the remainder of $a divided by $b?
Which of the following shifts the bits of $a $b steps to the left?Which of the following will print "Hi " followed a name argument passed to the function?
Which Perl Compatible Regex character will cause any special character to be treated as a simple matching character?Which PHP operator type allows evaluation and manipulation of specific bits within an integer?
Which POSIX function takes a pattern, a target string, and an optional limit on the number of portions to split the string into.Which POSIX function takes the following two string arguments and optional third-array argument: a POSIX style regular expression patern, and the target string to be matched?
Which statement allows you to end a loop?Which statement can replace several else Statements?
Which statement retrieves the value of a function after it is called?

\ Freelance \ FREELANCER.COM \ Экзамены \ _Wordpress, Level 1 \ Решено

Wordpress, level1, сборник вопросов с, возможно, верными ответами



Календарь


Архив