Wednesday, July 30, 2014

iPhone Development - Level 1



freelancer exams iPhone Development Level 1 Basics Programming Cocoa XCode Objective C

200 questions, 2 or 3 without answer



#1 Question:
The main tool used for iPhone application development is called ______.

  * Interface Builder
  * Shark
  * TextEdit
  * Xcode
  * none of these

Answer:  Xcode



#2 Question:
In order to begin programming for the iPhone you will need ______.

  * Apple Developer Program membership
  * XCode
  * all of these
  * an Intel-based Mac
  * iPhone SDK

Answer:  all of these



#3 Question:
______ is the lowest layer of the iPhone OS.

  * Cocoa Touch
  * Core OS
  * UIKit
  * iPhoneKern
  * none of these

Answer:  Core OS



#4 Question:
Interfaces are created using ________.

  * Intercode
  * Shark
  * XCode
  * iPhone Programming Basics
  * none of these

Answer:



#5 Question:
Application bootstrapping is mostly handled by ______.

  * UIApplicationMain()
  * appEntryPoint()
  * appMain()
  * none of these
  * viewDidLoad()

Answer:



#6 Question:
Xcode provides two major tools to measure and tune application performance: _____ and ______.

  * Instruments, Dashcode
  * Instruments, Interface Builder
  * Interface Builder, Shark
  * Shark, Dashcode
  * none of these

Answer:

etc.

freelancer exams iPhone Development Level 1 Basics Programming Cocoa XCode Objective C



* update 03/2015
questions completed and test retaken

freelancer exams iPhone Development Level 1 Basics Programming Cocoa XCode Objective C




Tuesday, July 29, 2014

Joomla! - Level 1 and JavaScript - Level 1



freelancer exams Joomla Level 1 Fundamentals Basics Terminology Programming

200 questions with answers



#1 Question:
Joomla! is an open source content management framework.

   false
   only in Canada
   only in Finland
   only in the USA
   true

Answer:  true



#2 Question:
A/an ________ is a software package that extends your Joomla! installation in some manner.

   Artifact
   Bundle
   Extension
   TidBit
   none of these

Answer:  Extension



#3 Question:
Joomla! 2.5 contains drivers to support the ________ database.

   Oracle
   PostgreSQL
   SQLite
   all of these
   none of these

Answer:  all of these



#4 Question:
_____ statements are included in every Joomla template and indicate where the output from other parts of Joomla or its extensions should be positioned in the overall web page.

   bric-a-brac
   indicator
   jdoc
   none of these
   visualj

Answer:



#5 Question:
Joomla! is more widely used than WordPress.

   false
   only in Canada
   only in Finland
   only in the USA
   true

Answer:



#6 Question:
Joomla! is written in ______.

   Java
   PHP
   Perl
   Poo
   none of these

Answer:

etc.

freelancer exams Joomla Level 1 Fundamentals Basics Terminology Programming








JavaScript - Level 1

freelancer exams JavaScript Level 1 Fundamentals Basics Terminology Programming

 

208 questions with answers
* update 11/2017, 210 questions now

  

#1 Question: 
JavaScript was developed:

   as a complex language to replace PHP and ASP
   as a database engine
   as a simple programming tool for web developers
   to provide remote file management
   to transport information

Answer: 
as a simple programming tool for web developers



#2 Question:
_________ can access server responses to JavaScript operations without the need to reload pages.

   AJAX
   ASP
   LAMP
   PHP
   Visual Basic

Answer:  AJAX



#3 Question:
JavaScript programming:

   can be done in a text editor
   is not supported on many servers
   must be compiled before running
   requires a license
   will not work on HTML pages

Answer: 
can be done in a text editor



#4 Question:
User or browser actions that can trigger a JavaScript function are called:

   events
   instances
   movements
   parameters
   properties

Answer:
 



#5 Question:
If x=3 and y=9, which of the following is true?

   !(x < 5)
   !(x == x)
   (x < 4 && y > 4)
   (y != 9)
   (y == 4 || x > 4)

Answer: 




 #6 Question:
HTML elements can be referenced in JavaScript:

   any of these
   by ID
   by Name
   by Tag Name
   none of these

Answer:


etc.

freelancer exams JavaScript Level 1 Fundamentals Basics