Uog-Model-Question Update
Uog-Model-Question Update
SITY OF
E-HEALTH
What is the core concept of eHealth?
c) Both the hardware and software components and how they interact
a)Shared Services
c)Interoperability Service
d) Dispensing medications
a) Telehealth only involves mobile devices, while mHealth involves fixed computer.
b) Telehealth is a broader term that includes mHealth, while mHealth only involves mobile devices
d) Face-to-face examination
ors
A main concern related to the development of Electronic Health records (EHR) system is?
c) India
d) European Union
b) High-tech research
A key area of focus for eHealth projects in Ethiopia, according to the reading?
c) Improving Health Extension Workers (HEWs) effectiveness and priority health areas
What does the term "pilot stage" refer to in the context of health call centers in the WHO survey results?
According to a survey mentioned in the course, the rate of adoption of mobile telemedicine has the
highest success in:
a) Africa
b) European Region
c) South-East Asia
d) Americas
Which of the following is NOT a necessary objective of eHealth architecture as stated in the reading?
a) Maximize IT investments
b) Clinical messaging
a) Physical Layer
b) Application Layer
d) Transport layer
a) vocabulary standards
b) structure and content standards
c) Messaging standards
d) Financial Standards
b) Only tablets
iple countries
When considering the Input mechanism, a keypad of a phone is best used for which input?
a) Writing an essay
b) Lack of technology
Which is the most utilized feature of a mobile phone for mHealth programs?
c) SMS capabilities
According to the reading, which continent has the lowest level of mobile health activity?
a) Europe
b) South America
c) Africa
d) Asia
Telemedicine & Telehealth
A real-time videoconference consultation between a doctor and patient is an example of what type of
Telemedicine?
a) Telesurgery
b) Telemonitoring
c) Teleconsultation
b) Telesurgery
c) Tele-radiology
a) Fax
c) Standard mail
d) Hand delivery
ADBMS
Questions from Chapter 6 (Backup and Restore Database)
a) Database indexes
b) Database tables
d) Database permissions
Which database property setting determines the types of database backups available?
c) Database collation
d) Database schema
In SQL Server, which recovery model logs all database changes to the transaction log?
a) Simple recovery
b) Bulk-logged recovery
c) Full recovery
d) No recovery
a) Full recovery
b) Bulk-logged recovery
c) Simple recovery
a) Differential backup
d) File backup
A differential backup cannot exist until which other type of backup is taken?
b) File backup
c) Full backup
d) Differential backup
b) Differential backup
c) Full backup
d) Incremental backup
What is the first step to take in a corrupted database restore process (as listed)?
If you only have a full backup, which type of backup do you restore?
b) Differential backup
If you have a full backup and differential backup, which do you restore first?
a) Differential backup
c) Full backup
Which of these backup types are available in the Bulk Logged recovery model
Which of these backup types are available in the Full recovery model
Which of these backup types are available in the simple recovery model
a) To improve performance
datab
abase.
c) They are the starting point for most database backup and recovery procedures.
d) They don’t take up as much storage space
b) Increased throughput
a) Data compression
b) Data normalization
c) Data Locking
d) Query optimization
b) When two or more processes hold locks that the other needs
a) Data interference
b) Data loss
c) Data consistency
d) Data integrity
a) Exclusive Lock
b) Shared lock
c) Intention lock
a) Table or row
b) Column or row
c) To allow th
If a database transaction only reads, and never updates information, what is the likely result
related to integrity?
a) Authentication
b) Authorization
d) Encryption
Which of the following is a mechanism used to obtain positive identification of the user?
a) Data encryption
b) Server roles
d) Permissions
What is the purpose of "authorization"?
a) To remove privileges
d) To prevent privileges
a) to remove privileges
b) to assign privileges
c) to give privileges
d) to prevent privileges
a) An encryption key
a) Logins
b) Users
c) Permissions
d) Roles
a) Access to a database
c) Access to a server
d) Access to tables
a) Database user
b) Database role
c) Server role
b) Database logins
c) Server logins
d) Application logins
d) Nothing happens
In order to allow SQL Server sa account to login to the SQL Server instance what do you need to
do?
a) Using SSMS
a) REVOKE
b) PERMIT
c) GRANT
d) DENY
a) REVOKE
b) PERMIT
c) GRANT
d) DENY
What are the two primary methods SQL Server uses to access data?
a) Through encrypted or decrypted data
What
a) To store data
d) To back up data
What structure does SQL server use to build and maintain the indexes?
a) Circular Queue
d) unique columns
a) Primary keys
What is fragmentation?
d) By using a profiler
a) ALTER TABLE
b) ALTER INDEX
c) CHECK INDEX
d) UPDATE INDEX
OOP
Questions from Chapter 1 (Introduction to Object-Oriented Programming)
d) Sequential instructions
a) Encapsulation
b) Inheritance
c) Polymorphism
d) Sequential flow
d) A function or routine
a) A class definition
c) An instance of a class
d) A method declaration
a) Multiple inheritance
a) Java
b) C#
c) SQL
d) C++
What is a key benefit of Java?
a) Requires JVM
a) java_program
b) .java
c) .class
d) .jar
a) .class
b) .java
c) .prog
d) .exe
What is the first letter that a class name should start with?
a) Lowercase letter
b) Uppercase letter
c) Number
c) Class names
d) File names
a) Public
b) for
c) char
d) Name
d) Case sensitive
a) {...}
b) /* ...
c) //....
d) %...%
a) Int
b) Float
c) Class
d) Double
a) ==
b) =
c) !=
d) %
a) Assigning values
c) Not equal
d) Divides a String
a) print()
b) println()
c) printf()
d) out()
a) int
b) char
c) boolean
d) String
a) variableName dataType
b) dataType variableName
c) variableName = dataType
a) int age
b) int age = 20
c) int age: 20
d) int age[20]
c) Within a class
b) To use a generic template that declares properties and behaviors without defining them.
What happens when a class inherits from an abstract class with an abstract method?
modifiers
a) Virtual
b) Final
c) Abstract
d) Static
a) A data structure
c) A class like construct that defines only constants and abstract methods.
a) When using an unrelated class that does not share a similar type
a) Abstract
b) Implements
c) Interface
d) Public
b) Must have all methods defined in the interface to be implemented in the class
What is the main difference between an abstract class and interface in regards to variables?
What is the difference between interface and abstract class in terms of constructors?
a) No
c) Yes
a) Yes
c) No
a) A variable type
ve a body
a) There is no difference
b) Formal parameters are used at method call time and arguments at declaration
c) Arguments are used at method call time and formal parameters are used at definition
c) Where the methods share the value in the same memory location
c) int i = 0
A method defined to enable a data field to be updated to a set new value is known as:
a) A parameter method
b) A static method
c) A Getter method
d) A Setter Method
Which is a method that allows a client to retrieve the value of a private data field?
a) Setter method
b) Constructor method
c) Getter Method
d) Instance method
What is an object?
a) A definition of a class
d) A definition of a method
If an instance variable and method have the same name, what keyword is used to get the correct
variable?
a) super
b) new
c) this
a) Int
b) float
c) String
d) Char
What is the purpose of the charAt(int index) method of the String class?
a) It converts to int
b) It converts to string
a) Integer
b) String
c) Boolean
d) Object
If two string objects are case sensitive and the content is the same, what method would be used to
determine equality?
a) equalsIgnoreCase
b) equals
c) isEmpty
d) length
a) subString
b) subStrings
c) ExtractString
d) ExtractSub
d) Removes a suffix
a) endWith
b) startWith
c) startsWith
d) beginsWith
a) toUpperCase()
b) substring(int startIndex)
d) charAt(int index)
Which method returns a copy of a String by removing leading or trailing white space?
a) trim()
b) substring()
c) toUppercase()
d) startsWith()
If a String must be accessed by multiple threads, which is the better option to use?
a) String
b) StringBuilder
c) StringBuffer
d) It does not matter
Which class has better performance when accessed by just a single thread?
a) String
b) StringBuilder
c) StringBuffer
a) toString()
b) trim()
c) format()
d) equals()
a) toUpperCase()
b) toUpperCase
c) toUpper()
d) upperCase()
String object have which characteristics?
a) Catch
b) Throw
c) Throws
d) Finally
Which keyword specifies code to be executed regardless of whether an exception occurs or not?
a) Throw
b) Catch
c) Finally
d) Try
What do you call exception that is thrown out of a method and must be defined by a "throws"
clause?
a) Unchecked exception
b) Checked exception
a) Error
b) RuntimeExceptions
a) new
b) throws
c) Throw
d) try
If there is an exception in a try block and there are two or more catch statements, how are they
inspected?
Which method of the throwable class can you use to show a description of an exception?
a) String
b) print
c) getMessage()
d) toString()
Which keyword indicates that an exception may be thrown from a method and not handled in the
method itself?
a) throw
b) throws
c) try
d) catch
Which types of exception are not required to be included in the "throws" list?
a) ClassCast Exception
b) IO exception
If there is an error in your code that you want to explicitly throw to other programs, which
keywords is used?
a) try
b) throw
c) catch
d) throws
A method needs to be called within a try catch block if it has what type of exceptions?
a) All types
c) Only Error
d) Checked Exceptions
M&E
Questions from "Program and Program Theory" PDF:
c) To specify the how, what, and why of a program's functioning and goals.
c) Impact Theory
d) Implementation Plan
a) A causal theory
a) Problem definition
b) Critical inputs
c) Implementation plan
d) Mediating processes
When assessing a program based on its logic and plausibility, what is most important?
a) An activity
b) An intervention
c) A policy
d) A project
A project is said to have a fixed time frame, which means that:
c) Manpower only
What is the main difference between process measures and outcome measures?
a) Process measures assess the impact, outcome measures assess activities.
b) Process measures assess the activities, outcome measures assess the impact.
a) Impact measure.
b) Outcome measure.
c) Process measure.
d) Qualitative measure.
a) Quantitative measure
b) Process measure
c) Qualitative measure
d) Outcome measure
Which of the following is NOT a key consideration when defining measurable aspects of a health
program?
d) Availability of data
A program aims to improve child nutrition. Which of these is the most DIRECT measure of
success?
a) Process measure
b) Outcome measure
c) Impact measure
d) Qualitative measure
Measuring the number of patients who have been referred for a check up in a healthcare facility
is:
a) Process measure
b) Outcome measure
c) Impact measure
d) Qualitative measure
a) Process measure
b) Output measure
c) Outcome measure
Which of the following is NOT an essential characteristic of a good measure in a health program?
a) Validity
b) Reliability
c) Subjectivity
d) Feasibility
a) Inputs
b) Activities
c) Assumptions
d) Budget
Which framework focuses on how a program creates a desired change by connecting program
activities with outcomes through a sequence of steps or events?
a) Logic Model
b) Stakeholder Framework
c) RE-AIM framework
a) Managing a budget.
a) Theory of Change
b) Logic Model
c) RE-AIM framework
d) Stakeholder framework
Which framework is particularly useful for understanding and addressing the factors that
contribute to a problem?
a) RE-AIM framework
b) Logic Model
c) Ecological Model
A framework that is useful for understanding how specific interventions can translate into wider
population level impact is known as:
a) RE-AIM framework
b) Logic Model
c) Program Theory
d) Theory of Change
When a program theory outlines how program activities will lead to short and long-term
outcomes, it is referred to as:
a) Action plan
b) Logic model
c) Outcome assessment
d) Implementation strategy
Which term describes the resources needed to run a program according to program theory?
a) Activities
b) Outputs
c) Inputs
d) Outcomes
Which type of framework is particularly useful for describing how a health intervention will be
integrated into an existing system?
a) Stakeholder Framework
c) Logic Model
d) Theory of Change
What is the primary focus of program theory?
Which of the following best describes monitoring in the context of health programs?
Which type of evaluation is typically done at the end of a program to measure the extent to which
it achieved its goals?
a) Formative evaluation
b) Process evaluation
c) Summative evaluation
d) Implementation evaluation
a) Summative Evaluation
b) Outcome Evaluation
c) Formative Evaluation
d) Impact Evaluation
a) Continuous
b) Periodic
c) Process focused
a) Outcome evaluation
b) Process evaluation
c) Summative evaluation
d) Impact evaluation
Which type of evaluation assesses the long term effects of a program on its target population
a) Process evaluation
b) Impact evaluation
c) Outcome evaluation
d) Formative evaluation
The statement that "an evaluation is to assess the impact on the target population" refers to:
a) Process evaluation
b) Impact evaluation
c) Monitoring system
d) Formative evaluation
d) Academic researchers
a) They are interchangeable and both are used for the same purpose
b) Monitoring provides data for evaluation.
a) Long-term planning.
d) Cost-benefit analysis
a) Program design
b) Program sustainability
d) Long-term impact
What is a major reason to conduct an evaluation before the program is completed (formative)?
An evaluation that aims to improve program implementation in real time is best described as:
a) Impact Evaluation
b) Outcome evaluation
c) Formative Evaluation
d) Summative Evaluation
Which of the following statements best describes the purpose of utilizing both monitoring and
evaluation in health programs?
Which of the following is a CORE component of a Monitoring and Evaluation (M&E) system?
A detailed work plan for the implementation of the program is part of the:
a) Evaluation framework
c) Program theory
c) Indicator selection
Which component of M&E involves collecting, storing, and ensuring access to program data?
b) Data Utilization
d) Program Planning
Which aspect of an M&E system focuses on ensuring that program data is used for decision-
making?
b) Data analysis
c) Data collection
d) Indicator development
Which component of an M&E system focuses on how the information collected will be
interpreted?
d) Indicator selection
a) Budget allocations
d) Program marketing
d) Fundraising strategies
In an M&E system, what does a data collection instrument refer to?
Which component of an M&E system is most directly related to the identification of lessons
learned?
a) Data collection
b) Data analysis
d) Indicator development
Which component of the M&E system deals with the communication of findings to relevant
stakeholders?
a) Indicator development
c) Data Analysis
d) Data collection
Which component of an M&E system would help in identifying any issues in program
implementation?
a) Indicator development
b) Data analysis
c) Feedback mechanisms
d) Resource mobilization
c) A summary of project’s goals and objectives and how they will be achieved.
d) Costliness in implementation.
A functional M&E system should be "Responsive", which of the following describes this?
b) It operates in isolation
d) It is overly complicated.
a) Data accuracy
A functional M&E system should promote learning; which of the following refers to this?
A M&E system that allows for easy access and use of information is:
a) Complicated
b) User friendly
c) Data focused
d) Costly
What characteristic of a functional M&E system ensures that the system focuses on what’s most
important?
a) Relevance
b) Validity
c) Timeliness
d) Accuracy
b) The system must be able to collect information on all aspects of the program
c) The system should be able to measure any changes, both positive and negative.
For M&E systems to be functional, they must have strong institutional support meaning:
A characteristic of a Functional M&E system is that is should be "action oriented" This refers to:
GIS
Spatial Phenomena and Fundamentals of GIS:
What is the core element that GIS is used to represent and analyze?
a) Text data
b) Tabular data
d) Audio data
a) Hardware
b) Software
d) Social Media
Which of the following is a primary way that GIS answers questions about data?
A digital map has the following main advantage over a paper map:
b) It is less costly
c) It is easier to update
The type of GIS Data that is described as “a container of maps in digital form is known as”:
a) Shape file
b) Layer
c) Raster data
d) Digital map
What is the term that represents the area of each polygon on the map?
a) Coordinates
b) Surface area
c) Attributes
d) Buffer
c) A buffer zone
d) A database record
The physical layer of the OSI model can be best related to which element of the GIS?
a) data
b) software
c) hardware
d) human element
What type of data model is most suited to represent the type of data that shows locations on a grid?
a) Vector
b) Shape file
c) Raster
d) Layer
If you were to represent a river in GIS, what type of spatial data would be the most appropriate?
a) Point
b) Polygon
c) Raster
d) Line
A geographical area like a city boundary would be classified as what type of spatial element?
a) Vector
b) Line
c) Polygon
d) Point
If there was a point that needs to have the exact location of a restaurant to be presented on a map, what
type of data would that be?
a) Raster
b) Point
c) Polygon
d) Line
Which level of the Open Systems Interconnection (OSI) reference model most directly relates to the
function of a Geographic Information System (GIS)?
a) Application Layer
b) Physical Layer
c) Network layer
d) Presentation Layer
a) Managing finances
a) Financial management
c) Public health
d) Military applications
a) Reference map
b) Topographic map
c) Thematic map
d) Street Map
A map that is created to indicate location of cities and roads are known as:
a) Thematic map
b) Population map
c) Reference map
d) Geological map
Which type of map would best represent different types of soil in an area?
a) A reference map
b) A topographic map
c) A street map
d) A thematic map
Which type of data presentation would best represent the number of cases per district?
a) Line
b) Point
c) Polygon
What are the two ways maps can be generated using GIS?
a) Online or offline
a) Title
b) Legend
c) Scale bar
d) Financial projections
d) To be an input device
b) To describe scale
d) The legends
b) To create layers
c) To identify proximity of features
d) To perform analysis
b) Audio data
d) Sensor data
d) A description of a place
If you have data with both geographic coordinates and attribute information, which type of file is most
likely?
a) Raster data
b) a Geodatabase
c) A shape file
d) An excel file
a) An shape file
b) A raster file
c) An excel file
d) A geodatabase
b) Equidistant projection
c) Compromise projection
d) Conformal projection
b) Equidistant projection
c) Conformal projection
d) Compromise projection
b) Equidistant projection
c) Conformal projection
d) Compromise projection
b) Equidistant projection
c) Conformal projection
d) Compromise projection
c) A 3D map representation
d) A type of projection
a) Torus
b) Mobius strip
c) A cylinder
d) A sphere
a) Excel
b) Text file
c) GPS
If you have collected GPS data, which would be an important step when using a GIS?
What is the method that allows you to define a relationship between two spatial datasets based on a
shared attribute?
a) Spatial join
b) Attribute join
c) Spatial aggregation
d) Data reduction
Which type of spatial operation is used for selecting features within a given distance from another
feature?
a) Overlay
b) Union
c) Buffer
d) Clip
What data type is typically displayed as an output after a spatial interpolation process?
a) Polygon
b) Line
c) Raster
d) Feature class
When converting from Geographic to projected coordinate system, you are converting from which type of
data?
a) 2-D to 3-D
b) 3-D to 2-D
c) Point to raster
d) Raster to
vector
**The process of using a geodatabase to generate a map that will show disease prevalence, is an example
of:
**
a) Data collection
b) Data mapping
c) Data manipulation
d) Data analysis
If you want to display a different color on a map based on population numbers in each district, this is an
example of using:
a) Labeling
b) Symbology
c) Classification
d) Data projection
b) Spatial lines
d) Line segments
What is a common reason to use thematic maps in public health?
If you use the "clip" tool for a city boundary over a raster data set of a water body, what are you doing?
a) Creating a buffer
When you see a spatial feature on a map with different shades of a color, what is the name of that
technique?
a) Symbolization
b) Classification
c) Labeling
d) Generalization
Which kind of analysis should be done to investigate potential sources of pollution using geographic
data?
a) Attribute analysis
b) Overlay analysis
Which spatial operation is used to identify area at a certain distance from an object?
a) clip tool
b) spatial join
c) buffer tool
d) spatial regression
If you had a spatial dataset that you want to know information for locations where data is missing, which
method would you use?
a) Spatial aggregation
b) Vectorization
c) Spatial interpolation
d) Spatial analysis
d) To clip data
What type of spatial analysis is used when using multiple input layers to get an output layer?
a) Buffer Analysis
b) Overlay Analysis
c) Spatial Join
d) Interpolation
Which type of spatial analysis will use distance as an important measurement?
a) Buffer Analysis
b) Overlay analysis
c) Spatial Join
d) Geocoding
a) Buffer analysis
b) Overlay Analysis
c) Spatial Interpolation
d) Geocoding
When creating a visual map in a presentation what are three things you must include?
c) To organize data
Bonus Questions:
Which term describes the process where map features are transferred into a digital representation?
a) Geocoding
b) Buffering
c) Digitizing
d) Interpolation
What type of file would you import into a GIS if you had coordinates of cities?
a) Shape file
b) Tiff
c) JPG
d) CSV
RHIS
Okay, here are 80 multiple-choice questions based on the learning objectives you provided. The
questions cover a range of difficulty and concepts.
a) Data Collection
b) Data Analysis
c) Data Storage
Which of these is a NOT considered a data source for HIS in the Ethiopian context?
a) HMIS reports
b) Population censuses
In the Ethiopian context, which of these is considered community level health information system?
b) Household survey
c) CHIS
d) Demographic and Health Survey
c) Data security
d) Generating reports.
What is the purpose of having standardized data collection tools within a HIS?
Which of the following is a key aspect of infrastructure for a health information system?
a) A legislative framework
c) Budgetary allocations
What is an indicator?
c) A variable that evaluates status and permits measurement of changes over time.
a) Availability of resources.
d) Equipment purchased.
d) To calculate ratios
a) Number of deaths
b) Number of births
If the Contraceptive Acceptance Rate (CAR) in a region is increasing, this implies that:
The following data elements are required to calculate full immunization coverage indicator EXCEPT
d) Dose of vitamin A
a) Census data.
c) Administrative record
d) Population-based surveys.
a) Census data
In routine HMIS reporting, who is primarily responsible for collecting data at the health post?
When are data usually aggregated for the monthly HMIS report?
c) From the tenth of the month to the ninth of the next month
d) Every Monday.
c) To make appointments.
d) Mapping of a household.
Which of the following is not a health cards that is used in community HIS?
a) Active surveillance.
b) Passive surveillance.
c) Sentinel surveillance.
d) Syndromic surveillance.
a) To provide treatment
b) To find new cases for specific diseases
d) Conducting surveys
a) Multi-hazard approach
d) Disease elimination
Which of these are not among the diseases considered for immediate reporting in Ethiopia?
a) Measles
b) Tuberculosis
c) Cholera
d) Avian Flu
a) Case detection
b) Case registration
c) Case confirmation
d) Data dissemination
a) Family folder
b) Patient card
d) Tally sheet
In the reporting timeline of notifiable diseases, data from health facility should reach Woreda office in:
a) 12 hours
b) 30 minutes
c) One week
d) 24 hours
b) Patient registers
d) Financial records
b) Poor infrastructure.
d) Poor recordkeeping.
c) Disease analysis
c) To analyze data
d) To change data
c) To correct mistakes.
a) Data is automatically uploaded to the central server when a user is connected to the internet
d) An indicator on dashboard.
a) Organization units
b) Data elements
c) Periods
d) Dashboard
a) Apps
b) User profile
c) Data base
d) Messages
b) Standard reports
c) Static reports
d) Event reports
a) Event capture
b) Import export
c) Data entry
d) Pivot table.
a) Pivot tables
b) Data visualizer
c) GIS
d) Event reports
a) Patient cards
b) Annual performance reports, Broadcast Media, Academic journals, and Technical reports
a) Punishing workers
Let me know if you would like any adjustments or further questions based on these objectives.