SPSC SECONDARY SCHOOL TEACHER SST PAST PAPER 07-05-2024 (MORNING)
SST 5 years Past Papers Click Here
Show Answers
چار آپشن میں سے کسی ایک پر کلک کرنے سے جواب سرخ ہو جائے گا۔
ہالوجن ہائیڈروجن گیس کے ساتھ رد عمل ظاہر کرتے ہیں؟
Hydrogen halides
Hyaxl
Hydrochloric acid
None of the above
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Halogens (Group 17 elements) react with hydrogen gas to form hydrogen halides , also known as hydrogen halogenides.
The reaction is:
H2 (hydrogen gas) + X2 (halogen gas) → 2HX (hydrogen halide) Where X represents the halogen element (e.g., Cl, Br, I, F).
انزائم (کاربونک اینہائیڈریز) کس میں استعمال ہوتا ہے؟
Aerobic respiration
Anaerobic respiration
Transpiration
Photosynthesis
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Carbonic anhydrase is an enzyme that plays a crucial role in aerobic respiration , specifically in the transport of carbon dioxide (CO2) in the blood. It helps to regulate the balance of CO2 and bicarbonate ions , which is essential for maintaining proper pH levels in the body.
Because of the cricket tournament
Organizational work hardly
Have had any
Rest since one week
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The error is in the phrase "Rest since one week."
Corrected phrase: It should be "rest for the past week" or "rest for a week."
The phrase "since one week" is incorrect in English.
"Since" is used to refer to a specific point in time ( e.g., "since Monday"), while "for" is used to refer to a duration (e.g., "for a week").
So the correct sentence should be: " Because of the cricket tournament and organizational work, I have hardly had any rest for the past week. "
Private end to serve
To fail to arouse interest
To have no result
To work for both sides
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
To have an axe to grind means a private task to complete, a personal job to be done.
The doctor advised me to undergo a surgery the following week
The doctor says that it is better I undergo a surgery the following week
The doctor says that it was better I under went a surgery the coming week
The doctor advises that it is better I under went a surgery the following week
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The correct answer is: The doctor says that it is better I undergo a surgery the following week.
ٹیبل سے کالم حذف کرنے کے لیے کون سی ایس کیو ایل کمانڈ استعمال کی جا سکتی ہے؟
MODIFY TABLE TableName DROP COLUMN ColumnName
MODIFY TABLE TableName DROP ColumnName
ALTER TABLE TableName DROP COLUMN ColumnName
ALTER TABLE TableName DROP ColumnName
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
This is the standard SQL syntax to drop a column from a table. The ALTER TABLE statement is used to modify the structure of a table, and the DROP COLUMN clause is used to delete a column. An example: ALTER TABLE MyTable DROP COLUMN MyColumn;
ساختی ڈیزائن کے بارے میں کیا غلط ہے؟
Structural design introduced notations and heuristics
Structural design emphasis on procedural decomposition
The advantage is data flow representation
It follows Structure chart
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The incorrect statement is: " The advantage is data flow representation ". Data flow representation is actually a characteristic of Data Flow Diagrams (DFDs) , which are used in Data Flow Design, a different software design methodology. DFDs show the flow of data through a system , whereas structural design focuses on the hierarchical structure of modules and their interfaces.
ڈیٹا کی عدم موجودگی کے لیے کون سا آپریٹر کالم کی جانچ کرتا ہے؟
NOT operator
IS NULL operator
EXISTS
None
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The operator that tests column for the absence of data is an is NULL operator. The NULL operator is used in the database for representing that a particular field is empty.
SELECT ‘column_name’
FROM ‘table_name’
WHERE ‘column_name’ IS NULL
ای ڈی اے میں سکیٹر پلاٹ کا بنیادی مقصد کیا ہے؟
To show the distribution of a single variable
To visualize relationships between variables
To display categorical data
To represent time series data
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
A scatter plot is a type of graph used in Exploratory Data Analysis (EDA) to visualize the relationship between two continuous variables. It displays the data points as points on a coordinate grid, with the x-axis representing one variable and the y-axis representing the other.
The primary purpose of a scatter plot is to :
Show the strength and direction of the relationship between the two variables Identify patterns, correlations, or outliers in the data Help identify potential relationships that may not be immediately apparent from looking at individual variables Scatter plots are particularly useful for:
Identifying linear or non-linear relationships Identifying clusters or groups in the data Identifying outliers or anomalies
مصنوعی ذہانت کا کیا نام ہے جو مشینوں کو مبہم معلومات کو مہارت کے ساتھ سنبھالنے کی اجازت دیتی ہے جو انسانی وجدان کی نقل کرتی ہے؟
Boolean logic
Human intelligence
Fuzzy logic
Functional logic
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Fuzzy logic is the AI that mimics human intuition by handling vague information. It allows machines to work with partial truths , thus making more nuanced decisions than traditional binary logic permits.