Questions

Q:

The persistence of learning over time most clearly depends on

A) memory B) visual encoding
C) chunking D) shallow processing
 
Answer & Explanation Answer: A) memory

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

0 2021
Q:

Organizational Systems

What are Project-based and Non project-based organizations?

Answer



      • Project-based Organizations are those whose operations consist primarily of projects.

      • Non Project-based organizations often may lack management systems designed to support project needs efficiently and effectively.



Report Error

View answer Workspace Report Error Discuss

0 2021
Q:

What is Primary Key in DBMS?

Answer

A primary key is a special relational database table column or combination of columns designated to uniquely identify all table records. That is, A primary key is a column or set of columns in a table that uniquely identifies tuples (rows) in that table.


A primary key, also called a Primary Keyword.



Main Features Primary key are ::


It must contain a unique value for each row of data.


It cannot contain null values.

Report Error

View answer Workspace Report Error Discuss

10 2021
Q:

What was the slogan of World AIDS Day which was celebrated on December 01, 2017?

 

A) Right to Health B) Everybody counts
C) Volunteer's Act First D) Right to Live
 
Answer & Explanation Answer: B) Everybody counts

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Important Days and Years
Exam Prep: Bank Exams

1 2020
Q:

Who was the contemporary ruler of Emperor Asoka in Sri Lanka?

 

A) Mahasen B) Kasyapa
C) Tissa D) Vijayabahu I
 
Answer & Explanation Answer: C) Tissa

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

1 2020
Q:

Cyclones are called as hurricanes in 

A) Bangladesh B) China
C) Gulf of Mexico and Carribean Sea D) Japan
 
Answer & Explanation Answer: C) Gulf of Mexico and Carribean Sea

Explanation:

Tropical cyclones are also known as 'typhoons' in china, and Willy Willies in Australia.

Report Error

View Answer Report Error Discuss

Filed Under: World Geography

0 2020
Q:

Undefined reference to 'pthread_create'

How to Fix this error?

Answer

This is a common error while compiling C program in Linux. This error occurs when you are using pthread_create function to create threads in your programs.


To fix this problem ensure following points:
Include header file pthread.h in your program.
Add –lpthread linker flag with compilation command.
1- Include Header file
#include <stdio.h>
#include <pthread.h>
...
...
2- Compile command
gcc main.c -o main -lpthread

Report Error

View answer Workspace Report Error Discuss

0 2019
Q:

The Simlipal biosphere reserve is located in which Indian state?

 

A) Goa B) Chandigarh
C) Odisha D) Rajasthan
 
Answer & Explanation Answer: C) Odisha

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

0 2019