Posts

Showing posts from August, 2013

How To Set Up Facebook Like Button in a Blogger?

Image
In this tutorial you can get simple steps for How to set up a Facebook Like Button on your bloggers blog. By adding this on your blog you get more likes for your Facebook Fan Page from the visitors of your blog. It can help to get more likes and to share your post updates to your subscribers. You can pull your Facebook Page subscribers to your blog and can increase your blogs page views, as a result you can be more benefited from your blog. If you want to place Facebook Like Box / Fan Box instead of like button you can visit: How To Set Up Facebook Like Box in a Blog? By adding Facebook Like Button your blog readers can See how many users already liked your Facebook Page. Directly like your Page without going to the Page. See some faces of the friends who already liked your blog if you activated that. Steps to be followed To Set Up Facebook Like Box in a Blog 1. Get your Facebook Page URL at first. Visit Facebook and go to your page Copy the URL from the Address bar on the clipboard....

How To Set Up Facebook Like Box in a Blog?

Image
In this tutorial you can get know about How to set up a Facebook Like Box or Fan Box on your blog. By adding this on your blog you share your Facebook Fan Page to get more likes and to share your post updates to your subscribers. You can pull your Facebook Page subscribers to your blog and can increase your blogs page views, as a result you can be more benefited from your blog. If you want to set up Facebook like Button instead of like Box you can visit: How To Set Up Facebook Like Button in a Blogger? By adding Facebook Like Box or Fan Box your blog readers can See how many users already liked your Facebook Page. Directly like your Page without going to the Page. See some faces of the friends who already liked your blog if you activated that. See recent post on your page if your activated that. Steps to be followed To Set Up Facebook Like Box in a Blog 1. Get your Facebook Page URL at first. Visit Facebook and go to your page Copy the URL from the Address bar on the clipboard. 2. Co...

MCQ of Management Information System With Answer set-2

Image
1. Which of the following is a computer based system that stores and manipulates data that are viewed from a geographical point or reference? A) Geographical Information System (GIS) B) Database System (DS) C) Geographic System (GS) D) Software System (SS) 2. What are the three general components of IRM? Information Management Framework (Photo credit: Wikipedia ) i) Data Processing ii) Telecommunications iii) Office automation iv) Transaction Processing A) Only i, ii, and iii B) Only ii, iii and iv C) Only i, iii and iv D) All i, ii, iii, and iv 3. The different types of decisions while decision making in MIS are i) Programmed decisions ii) Programmable decisions iii) Semi Programmed decisions iv) Non Programmed decisions A) Only i, ii, and iii B) Only ii, iii and iv C) Only i, iii and iv D) All i, ii, iii, and iv 4. Which of the following statements are the disadvantages of Expert System? i) They cannot handle inconsistent knowledge ii) They cannot apply judgement and intuition recog...

How to Create Simple JavaScript Fade Effect Animation?

Now a days most of the websites or blogs are using image slideshow or animation on their pages using JavaScript codes. Such image animations make websites more attractive looking and smart. Here I have placed codes for creating a simple JavaScript fade effect animation. It may help you a lot. Code for Creating Simple JavaScript Fade Effect Animation Just copy and paste the code below where you want to place slideshow and change the location of the images. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js? load=effects"></script> <script type="text/javascript"> function ShowEffect(element){ new Effect.Appear(element, {duration:1, from:0, to:1.0}); } function FadeEffect(element){ new Effect.Fade...

MCQ of JavaScript with Answer set-2

Image
1. You can redirect the webpage in JavaScript by using ..................... method. A) window. reload B) window.location C) page.location D) url.newlocation 2. ....................... is a built - in JavaScript function which can be used to execute another function after a given time interval. A) Timeout( ) B) TimeInterval( ) C) setTimeout ( ) D) All of the above 3. You can refresh the webpage in JavaScript by using ................ method. A) window.reload B) location. reload C) window. refresh D) page.refresh 4. The different types of dialog boxes supported by JavaScript are Titel WikiBook JavaScript (Photo credit: Wikipedia ) i) Alert dialog box ii) Information dialog box iii) Conformation dialog box iv) Prompt dialog box A) i, ii and iii only B) i, iii and iv only C) i, ii and iv only D) All i, ii, iii, and iv 5. A ..................... mostly used to take users choice on any option and displays a dialog box with two buttons Ok and Cancel. A) Alert dialog box B) Information dialo...

Solved MCQ of Management Information System set-1

Image
1. Which of the following is NOT an objective of MIS ? A) Facilitate the decisions-making process B) Provide requisite information at each level of management C) Support decision-making D) recruit people for system 2. In MIS system design, the sources of information may be categorized as ............... and ............... A) internal, external B) personal, organizational C) useful, unuseful D) constructive, destructive 3. What among the following are the primary characteristics that information must process? English: Business Process Reengineering Cycle (Photo credit: Wikipedia ) i) Relevance             ii) Availability iii) Timeliness          iv) Accuracy A) Only i, ii, and iii B) Only ii, iii and iv C) Only i, iii and iv D) All i, ii, iii, and iv 4. Which of the following models are developed on the principles of business management, accounting and econometrics? A) Behavioral model B) M...

Solved MCQ of JavaScript set-1

Image
1. State whether the following statements are True or False. i) JavaScript ignores spaces, tabs and newlines that appear in JavaScript program. ii) Semicolons are necessary while writing JavaScript statements. iii) JavaScript is a case-sensitive language. A) i- True, ii- False, iii-True B) i- False, ii- True, iii-True C) i-True, ii-True, iii-False D) i- False, ii- False, iii-True 2. Which of the following are the advantages of JavaScript? i) Less server interaction Titel WikiBook JavaScript (Photo credit: Wikipedia ) ii) Immediate feedback to visitors iii) Reading or writing of files iv) Increased interactivity A) i, ii and iii only B) i, iii and iv only C) i, ii and iv only D) All i, ii, iii, and iv 3. Which of the following is NOT an operator used in JavaScript? A) Arithmetic Operator B) Comparison Operator C) Conditional Operator D) Static Operator 4. JavaScript For Loops contains the following important parts. i) The loop initialization to start value. ii) The test statement to t...

MCQ of Computer Organization and Architecture with Answer set-3

Image
1. An exception condition in a computer system caused by an event external to the CPU is called ........ A) Interrupt B) Halt C) Wait D) Process 2. When the CPU detects an interrupt, it then saves its ............. A) Previous State B) Next State C) Current State D) Both A and B English: A photo of three 32-bit PCI slots. (Photo credit: Wikipedia ) 3. A microprogram is sequencer perform the operation... A) read B) write C) read and write D) read and execute 4. A computer program that converts an entire program into machine language at one time is called A) interpreter B) simulator C) compiler D) commander 5. The unit which decodes and translates each instruction and generates the necessary enable signals for ALU and other units is called .. A) arithmetic unit B) logical unit C) control unit D) CPU 6. State whether the following statement is True or False for cache memory. i) Cache memories are high-speed buffers which are inserted between the processors and main memory. ii) They c...

Solved MCQ of JDBC and JSP set-1

Image
English: JDBC type 3 driver (Network Protocol driver) (Photo credit: Wikipedia ) 1. What is JDBC ? A) java compiler B) Java API C) Java interpreter D) Both A and B 2. JDBC is a ..................... interface, which means that it is used to invoke SQL commands directly A) low-level B) middle-level C) higher-level D) user 3. ODBC is not appropriate for direct use from java because it uses a .............. A) C interface B) C# interface C) java interface D) Both A and C 4. Java Soft provides ................. JDBC product components as part of the java Developer's Kit (JDK) A) three B) two C) four D) single 5. Kind of driver converts JDBC calls on the client API for Oracle, Sybase , Informix, DB2, or other DBMS is known as A) JDBC-Net pure Java driver B) JDBC-ODBC Bridge plus ODBC driver C) Native-API partly-Java driver D) Both A and B 6. JSP stands for .......................... A) Java server Pages B) Java server Programming C) Java Server Process D) Java Socket Programming 7....

MCQ of C# with Answer set-3

Image
MCQs in C# 1. The general syntax for declaring an enumeration in C# is . A) < enum _name> enum {enum list}; B) enum <enum_name> {enum list}; C) <enum_type> enum <enum_name> {enum list}; D) None of the above 2. State True or False for the difference between classes and structures. i) Structures do not support inheritance ii) Structure can have default constructor iii) Classes are reference types and structures are value types. A) i- True, ii- False, iii-True B) i- False, ii- True, iii-True C) i-True, ii-True, iii-False D) i- False, ii- False, iii-True 3. The various techniques provided by C# to implement static polymorphism is/are i) Function overloading ii) Static overloading iii) Operator overloading A) i and ii only B) i and iii only C)  ii and iii only D) All i, ii, iii 4. Operator overloading is creating functions with special names, the keyword ........................ operator followed by the symbol for the operator being defined. A) Overload B) Upda...

Objective Questions of C# with Answer set-2

Image
Objective Questions in C# 1. In C# variables are categorized into .......... i) Value types          ii) Reference types              iii) initial types             iv) pointer types A) i, ii and iii only B) ii, iii and iv only C) i, ii and iv only D) All i, ii, iii and iv 2. Value type variables can be assigned a value directly which are derived from the class A) System.value B) System.ValueType C) General.ValueType D) Variable.ValueType 3. The various data types used in C# are i) Integral Type           ii) Floating point types iii) Boolean types       iv) Nullable types A) i, ii and iii only B) ii, iii and iv only C) i, iii and iv only D) All i, ii, iii and iv 4. The built-in operators that are provided by C# programming language are... i) Arithmetic operators          ii) Logical opera...

Solved Objective Questions of C# set-1

Image
1. Which of the following is not the component of .Net framework? A) Common Language Run time(CLR) B) .Net Framework Library. C) Component Network D) Windows Workflow Foundation (WF) 2. Following is/are the Integrated Development Environment (IDE) for C#. A) Visual Studio 2010 (VS) B) Visual Web Developer C) Both A and B Visual overview of the Common CLR Language Infrastructure, and how the components relate to each other. Converted to SVG from PNG version, originally by Foofy from English Wikipedia. (Photo credit: Wikipedia ) D) Only A 3. A C# program may consist of the following parts. i) Namespace declaration ii) Class methods iii) A main method iv) Statement & Expressions A) i, ii and iii only B) ii, iii and iv only C) i, iii and iv only D) All i, ii, iii and iv 4. State True or False for naming class in C#. i) The class name can be a C# keyword. ii) A name must begin with a letter, can be followed by letters, digits and underscore. A) i- True, ii- False B) i- False, ii- T...