SlideShare a Scribd company logo
321
Presented by
Nay Oo Kyaw
Timer
Outlines
What is Timer?
How about Timer in Programming
Language?
Detailed Timer in Code
Timer
A timer is a specialized type of clock for
measuring time intervals.
Two Main Types of Timer
A timer which counts upwards from zero for
measuring elapsed time is often called a
Stopwatch.
A device which counts down from a
specified time interval is more usually called a
timer, count down timer.
How about Timer in Programming Language?
Timer uses for automated counting down or up cases.
Today, Timer is used for counting down during period of
exam in SecuoNEO project.
After Timer is over, the exam also over.
Project is developed by Laravel framework, Coffee Script,
Jade, Ajax, Stylus and so on.
Detailed Timer in Code
Sample Exam
SetInterval()
setInterval() method calls a function to evaluate at specified
intervals ( in milliseconds)
setInterval() will continue until clearInterval().
The ID value returned by setInterval() is used parameter for
clearInterval()
Sample Code
Given time
period
One function ( Timer ) in SecuoNEO Project
One function ( Timer ) in SecuoNEO Project
One function ( Timer ) in SecuoNEO Project

More Related Content

PPT
Introduction to synchronous programming langauges
PPTX
Halsted’s Software Science-An analytical technique
PPTX
Analysis of algorithms
DOC
Implementation of halstead
PPT
We have a DREAM: Distributed Reactive Programming with Consistency Guarantees...
PPTX
Analytics tools and Instruments
PPTX
Embedded System Test Automation
PPTX
20100522 software verification_sharygina_lecture02
Introduction to synchronous programming langauges
Halsted’s Software Science-An analytical technique
Analysis of algorithms
Implementation of halstead
We have a DREAM: Distributed Reactive Programming with Consistency Guarantees...
Analytics tools and Instruments
Embedded System Test Automation
20100522 software verification_sharygina_lecture02

What's hot (9)

PPT
Automated hardware testing using python
PPTX
Hdl based simulators
PPTX
Deep API Learning (FSE 2016)
ODP
Why you should use a testing framework
PDF
Test Automation for Embedded Devices
PDF
Optimization in Programming languages
DOCX
Comp 220 ilab 6 of 7
PDF
Command line-arguments-in-java-tutorial
PPTX
Command Line Arguments in C#
Automated hardware testing using python
Hdl based simulators
Deep API Learning (FSE 2016)
Why you should use a testing framework
Test Automation for Embedded Devices
Optimization in Programming languages
Comp 220 ilab 6 of 7
Command line-arguments-in-java-tutorial
Command Line Arguments in C#
Ad

Recently uploaded (20)

PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PDF
Digital Strategies for Manufacturing Companies
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
medical staffing services at VALiNTRY
PDF
System and Network Administration Chapter 2
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
Understanding Forklifts - TECH EHS Solution
PPTX
Transform Your Business with a Software ERP System
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PPTX
Operating system designcfffgfgggggggvggggggggg
PPTX
L1 - Introduction to python Backend.pptx
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
System and Network Administraation Chapter 3
PPTX
ai tools demonstartion for schools and inter college
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
Digital Strategies for Manufacturing Companies
Upgrade and Innovation Strategies for SAP ERP Customers
medical staffing services at VALiNTRY
System and Network Administration Chapter 2
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Understanding Forklifts - TECH EHS Solution
Transform Your Business with a Software ERP System
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
How to Migrate SBCGlobal Email to Yahoo Easily
Adobe Illustrator 28.6 Crack My Vision of Vector Design
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Operating system designcfffgfgggggggvggggggggg
L1 - Introduction to python Backend.pptx
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
System and Network Administraation Chapter 3
ai tools demonstartion for schools and inter college
Ad

One function ( Timer ) in SecuoNEO Project

  • 1. 321
  • 2. Presented by Nay Oo Kyaw Timer
  • 3. Outlines What is Timer? How about Timer in Programming Language? Detailed Timer in Code
  • 4. Timer A timer is a specialized type of clock for measuring time intervals.
  • 5. Two Main Types of Timer A timer which counts upwards from zero for measuring elapsed time is often called a Stopwatch. A device which counts down from a specified time interval is more usually called a timer, count down timer.
  • 6. How about Timer in Programming Language? Timer uses for automated counting down or up cases. Today, Timer is used for counting down during period of exam in SecuoNEO project. After Timer is over, the exam also over. Project is developed by Laravel framework, Coffee Script, Jade, Ajax, Stylus and so on.
  • 9. SetInterval() setInterval() method calls a function to evaluate at specified intervals ( in milliseconds) setInterval() will continue until clearInterval(). The ID value returned by setInterval() is used parameter for clearInterval()