0

web technology Online Quiz - 69

Description: web technology Online Quiz - 69
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0

What is/are the use(s) of Quantum dots

  1. Anti septic

  2. LED

  3. Refridegeration

  4. solid State quantum computation


Correct Option: B,D

DATA TEMP; X= ‘13MAR2000’d;RUN;What is stored in x?

  1. Corresponds to days from 01 Jan 1960: 14682

  2. 13MAR2000

  3. 13/03/2000

  4. 03/13/2000


Correct Option: A

Which of the following command runs the migrations for your rails project

  1. rake db:migrations

  2. rake db:migrate

  3. rake db:migrates

  4. rake db:migrate project


Correct Option: B

Which of the following is a built-in server for rails?

  1. Webmagick

  2. Webwidget

  3. Webrick

  4. Weblaunch


Correct Option: C

What architecture does Rails follow?

  1. 1-Tier Architecture

  2. MVC Architecture

  3. 2-Tier Architecture

  4. 3-Tier Architecture


Correct Option: B

CRUD stands for

  1. Create Read Update Delete

  2. Create Request Update Delete

  3. Create Read Update Drop

  4. Create Redo Update Direct


Correct Option: A
  1. Compiled and Procedural Programming Language

  2. Interpreted and Object Oriented Programming Language

  3. Interpreted and Procedural Programming language

  4. Compiled and Object Oriented Programming Language


Correct Option: B
  1. ruby script/generate scaffold recipe [name,type] => [string,string]

  2. ruby scaffold recipe [name,type] => [string,string]

  3. ruby script/generate scaffold recipe name=string type=string

  4. ruby script/generate scaffold recipe name:string type:string


Correct Option: D

Rails has agile web development methods

  1. True

  2. False


Correct Option: B

The request from the web browser is handled by which of the following component?

  1. Model only

  2. View and Controller

  3. Controller only

  4. Medel and Controller


Correct Option: C

Which of the following commands creates a rails application?

  1. rails create app sampleapplication

  2. rails sampleapplication

  3. rails create sampleapplication

  4. rails app sampleapplication


Correct Option: B

Which of the following is a rails file for changing the database configurations?

  1. database.xml

  2. database.rb

  3. database.yml

  4. db_config.xml


Correct Option: C
  1. ActionControl

  2. ActionWeb

  3. ActionPack

  4. ActionClass


Correct Option: C

ActionMailer serves as the JS library

  1. True

  2. False


Correct Option: B

CATIA competes in the CAD/CAM/CAE market with

  1. Solidedge

  2. UG Nx

  3. Pro E

  4. All of the above

  5. None of the above


Correct Option: D

How many views are present in QTP?

  1. 2

  2. 3

  3. 1

  4. 5


Correct Option: A
  1. Image -> Colour -> Insert

  2. Image -> Drawing Object -> Insert

  3. Insert -> Drawing Object -> Image

  4. Image -> Insert -> Drawing Object


Correct Option: C
- Hide questions