{"id":2,"date":"2019-08-19T19:31:15","date_gmt":"2019-08-19T19:31:15","guid":{"rendered":"https:\/\/cfcc.edu\/computer-integrated-machining\/?page_id=2"},"modified":"2026-06-10T14:34:17","modified_gmt":"2026-06-10T18:34:17","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/cfcc.edu\/computer-integrated-machining\/","title":{"rendered":"Computer Integrated Machining"},"content":{"rendered":" <div class=\"text-larger mb-4\"> Are you tech-savvy and good with machines? A degree in Computer Integrated Machining would allow you to combine your skills and prepare you for an entry-level position in computer-aided manufacturing. <\/div> <hr>\n<h4>Suggested Pathways<\/h4> <div class=\"center-page px-3 px-md-4\">  <div class=\"program-sites mt-4\"> <ul class=\"row\">\n<li class=\"imagebutton col-sm-6 filter-item\" data-filter-academic-category=\"\" data-filter-locations=\"\" data-filter-program-type=\"\"> <div class=\"imagebutton-thumb art bgcover\" style=\"background-image: url( https:\/\/cfcc.edu\/job-training\/wp-content\/uploads\/2019\/06\/computer-machining-web-300x200.jpg)\" role=\"img\" alt=\"Computer Integrated Machining image\"> <a href=\"https:\/\/cfcc.edu\/computer-integrated-machining\" aria-label=\"Computer Integrated Machining degree information\">  <\/a> <\/div>  <div class=\"imagebutton-title\"> <a href=\"https:\/\/cfcc.edu\/computer-integrated-machining\" aria-label=\"Computer Integrated Machining degree information\"> Degree Pathway (Viewing) <\/a> <\/div> <\/li>\n<li class=\"imagebutton col-sm-6 filter-item\" data-filter-academic-category=\"\" data-filter-locations=\"\" data-filter-program-type=\"\"> <div class=\"imagebutton-thumb art bgcover\" style=\"background-image: url( https:\/\/cfcc.edu\/job-training\/wp-content\/uploads\/2024\/04\/shutterstock_785685547-300x158.jpg)\" role=\"img\" alt=\"Computer Numerical Controls (CNC) Operator Training image\"> <a href=\"https:\/\/cfcc.edu\/job-training\/americas-cutting-edge-cnc-training\/\" aria-label=\"Computer Numerical Controls (CNC) Operator Training degree information\">  <\/a> <\/div>  <div class=\"imagebutton-title\"> <a href=\"https:\/\/cfcc.edu\/job-training\/americas-cutting-edge-cnc-training\/\" aria-label=\"Computer Numerical Controls (CNC) Operator Training degree information\"> Bootcamp Pathway <\/a> <\/div> <\/li>\n<\/ul> <\/div>  <\/div>  <div class=\"p-2 py-4 mb-3\">  <div class=\"iwi-accordion\">  <div id=\"reco-sequences\" class=\"\"> <h4 class=\"iwi-target-container-sequences accordion-alt-heading\"> <a href=\"#\" id=\"container-sequences_control\" aria-controls=\"container-sequences\" class=\"iwi-control iwi-accordion-control\" aria-expanded=\"false\"> Recommended Course Sequence <\/a> <\/h4> <div id=\"container-sequences\" class=\"rounded-lg shadow-sm iwi-target iwi-accordion-container\" aria-labelledby=\"container-sequences_control\" style=\"display: none;\" aria-hidden=\"true\">  <div id=\"cfcc-navigator\" class=\"bg-light p-4 rounded mb-5 border shadow-sm\"> <h4 class=\"mb-3 text-navy font-weight-bold\" id=\"cfcc-nav-title\"><\/h4> <div id=\"cfcc-selector-row\" class=\"row my-3\" >  <div class=\"col-md-6 mb-3\" id=\"dept-select-container\" style=\"display:none;\"> <label class=\"h6\">1. Select Department<\/label>\n                    <select id=\"dept-select\" class=\"form-control\">\n                        <option value=\"\">-- Choose Category --<\/option>\n                    <\/select> <\/div>  <div class=\"col-12 mb-3\" id=\"prog-select-container\"> <label class=\"h6\">Select Program Track<\/label>\n                    <select id=\"prog-select\" class=\"form-control\" disabled>\n                        <option value=\"\">-- Select Code\/Track --<\/option>\n                    <\/select> <\/div>  <\/div>  <div class=\"w-100 mb-3\" id=\"cfcc-global-disclaimer\">  <div class=\"p-2 bg-white border rounded text-muted font-italic\" style=\"border-left: 4px solid #ffc107 !important;\"> For information only. You must be a registered student to select and build your schedule. <\/div>  <\/div>  <div id=\"cfcc-table-container\" class=\"mt-2\">  <\/div>  <div id=\"cfcc-generator-box\" class=\"mt-4 p-3 bg-white border rounded\" style=\"display:none; border-left: 5px solid #ffc107 !important;\"> <p class=\"mb-1 small text-muted\"><strong>Admin Tool:<\/strong> Copy this shortcode to embed this specific sequence on another page:<\/p>\n                <code id=\"generated-shortcode\" class=\"d-block p-2 bg-light border\"><\/code> <\/div>  <\/div> <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            if (typeof cfccNavConfig === 'undefined') return;\n            const cfccData = cfccNavConfig.data;\n            const preSelect = cfccNavConfig.preSelect;\n            const isDefault = cfccNavConfig.isDefault;\n            const displayTotals = cfccNavConfig.displayTotals;\n            const showSelectors = cfccNavConfig.showSelectors;\n            const isAdmin = cfccNavConfig.isAdmin;\n            \n            const deptSelect = document.getElementById('dept-select');\n            const progSelect = document.getElementById('prog-select');\n            const titleElement = document.getElementById('cfcc-nav-title');\n            const tableContainer = document.getElementById('cfcc-table-container');\n            const genBox = document.getElementById('cfcc-generator-box');\n            const genCode = document.getElementById('generated-shortcode');\n\n            function normalizeKeyString(str) {\n                if (!str) return '';\n                return str.toString().toUpperCase().replace(\/[\\u2013\\u2014]\/g, '-').replace(\/\\s+\/g, '').trim();\n            }\n\n            function renderSequence(dept, progId) {\n                if (!cfccData[dept] || !cfccData[dept][progId]) {\n                    tableContainer.innerHTML = ' <div class=\"alert alert-warning\"> Sequence for ' + progId + ' not found. <\/div> ';\n                    titleElement.textContent = ''; return;\n                }\n                if (isAdmin && isDefault) {\n                    genBox.style.display = 'block';\n                    genCode.textContent = '[program_navigator dept=\"' + dept + '\" program=\"' + progId + '\" display_totals=\"' + displayTotals + '\" show_selectors=\"' + showSelectors + '\"]';\n                } else { genBox.style.display = 'none'; }\n                \n                const seq = cfccData[dept][progId];\n                let updatedTitle = isDefault ? 'Recommended Course Sequence:' : '';\n                if (seq.title) { updatedTitle += ' ' + seq.title + ' (' + progId + ')'; } \n                else { updatedTitle += ' (' + progId + ')'; }\n                titleElement.textContent = updatedTitle.trim();\n                \n                let html = '<table class=\"table table-bordered table-striped bg-white\"><thead><tr class=\"bg-primary text-white\"><th>Semester<\/th><th>Recommended Coursework<\/th><\/tr><\/thead><tbody>';\n                let hasData = false;\n\n                for (const [sem, entries] of Object.entries(seq)) {\n                    if (sem !== 'title' && Array.isArray(entries) && entries.length > 0) {\n                        hasData = true;\n                        html += '<tr><th scope=\"row\" style=\"width:25%\"><strong>' + sem + '<\/strong><\/th><td><ul class=\"mb-0\">';\n                        let semesterCredits = 0;\n                        entries.forEach(item => {\n                            let courseText = (item && typeof item === 'object') ? (item.course || '') : (item ? item.toString() : '');\n                            let creditText = (item && typeof item === 'object') ? (item.credits || '') : '';\n                            let displayString = courseText + (creditText !== '' ? ' (' + creditText + ' Credits)' : '');\n                            semesterCredits += parseInt(creditText, 10) || 0;\n\n                            const courseRegex = \/\\b([A-Z]{3})[\\s-]?(\\d{3}[A-Z]*)\\b\/gi;\n                            if (courseRegex.test(courseText)) {\n                                courseRegex.lastIndex = 0;\n                                let linkedContent = displayString.replace(courseRegex, function(fullMatch, deptCode, numCode) {\n                                    return ' <a href=\"https:\/\/selfservice.cfcc.edu\/Student\/Student\/Courses\/Search?keyword=' + deptCode.toUpperCase() + '-' + numCode.toUpperCase() + '&academicLevels=CU\" target=\"_blank\"> <strong>' + fullMatch + '<\/strong> <\/a> ';\n                                });\n                                html += '<li>' + linkedContent + '<\/li>';\n                            } else {\n                                html += '<li class=\"text-dark\" style=\"list-style-type: disc; margin-left: 15px;\"><span>' + displayString + '<\/span><\/li>';\n                            }\n                        });\n                        if (displayTotals && semesterCredits > 0) {\n                            html += '<li class=\"mt-2 list-unstyled font-weight-bold text-primary border-top pt-1\" style=\"font-size:14px;\">Total Credits: ' + semesterCredits + '<\/li>';\n                        }\n                        html += '<\/ul><\/td><\/tr>';\n                    }\n                }\n                tableContainer.innerHTML = hasData ? html + '<\/tbody><\/table>' : ' <div class=\"alert alert-warning\"> No sequence data available. <\/div> ';\n            }\n\n            function updateProgramDropdown(deptValue) {\n                progSelect.innerHTML = '<option value=\"\">-- Select Code\/Track --<\/option>';\n                if (!deptValue || !cfccData[deptValue]) { progSelect.disabled = true; genBox.style.display = 'none'; return; }\n                Object.keys(cfccData[deptValue]).forEach(id => {\n                    let opt = document.createElement('option');\n                    opt.value = id; opt.textContent = id + (cfccData[deptValue][id].title ? ' - ' + cfccData[deptValue][id].title : '');\n                    progSelect.appendChild(opt);\n                });\n                progSelect.disabled = false;\n            }\n\n            Object.keys(cfccData).forEach(tab => {\n                let opt = document.createElement('option'); opt.value = tab; opt.textContent = tab; deptSelect.appendChild(opt);\n            });\n            deptSelect.addEventListener('change', function() { updateProgramDropdown(this.value); });\n            \/*progSelect.addEventListener('change', function() { if (this.value) renderSequence(deptSelect.value, this.value); });*\/\n            progSelect.addEventListener('change', function() {\n    \/\/ 1. Fire your standard course sequence table renderer\n    if (this.value) {\n        renderSequence(deptSelect.value, this.value);\n        \n        \/\/ 2. THE BRIDGE: Sync the Lightcast Career Widget automatically\n        const jobDataSelect = document.getElementById('jobData-select');\n        \n        if (jobDataSelect) {\n            \/\/ Match the incoming code (e.g., \"C25800A\") to the Lightcast option pile\n            const incomingCode = this.value.trim();\n            \n            \/\/ Confirm the Lightcast dropdown actually contains an option for this specific code\n            const optionExists = Array.from(jobDataSelect.options).some(opt => opt.value === incomingCode);\n            \n            if (optionExists) {\n                jobDataSelect.value = incomingCode;\n                \n                \/\/ Force Lightcast's internal display listener to run\n                jobDataSelect.dispatchEvent(new Event('change'));\n            }\n        }\n    }\n});\n\n            if (preSelect.program) {\n                let targetDept = preSelect.dept, targetProg = preSelect.program, matchFound = false;\n                const normalizedInput = normalizeKeyString(targetProg);\n                for (const [deptName, trackObject] of Object.entries(cfccData)) {\n                    for (const uniqueTrackKey of Object.keys(trackObject)) {\n                        if (normalizeKeyString(uniqueTrackKey) === normalizedInput) {\n                            targetDept = deptName; targetProg = uniqueTrackKey; matchFound = true; break;\n                        }\n                    }\n                    if (matchFound) break;\n                }\n                if (matchFound && targetDept) {\n                    deptSelect.value = targetDept; updateProgramDropdown(targetDept); progSelect.value = targetProg; renderSequence(targetDept, targetProg);\n                } else {\n                    tableContainer.innerHTML = ' <div class=\"alert alert-warning\"> Sequence configuration for \"' + preSelect.program + '\" not found. <\/div> ';\n                }\n            } else if (preSelect.dept) {\n                deptSelect.value = preSelect.dept; updateProgramDropdown(preSelect.dept);\n            }\n        });\n        <\/script> <\/div>  <\/div>  <\/div>  <\/div> <hr>\n<p>The Computer Integrated Machining (CIM) curriculum at CFCC is a two-year associate degree program that trains students for positions in manufacturing ranging from machine operator to computer-aided manufacturing (CAM) technician. CFCC\u2019s Computer Integrated Machining program has been a leader in southeastern North Carolina for over 35 years. CFCC\u2019s CIM curriculum is designed to develop skills in the theory and safe use of hand tools, power machinery, computerized equipment, and sophisticated precision inspection instruments. Students learn to interpret blueprints, set up manual and CNC machines, perform basic and advanced machining operations and make decisions to ensure that work quality is maintained. Machining technicians work in manufacturing industries, public institutions, governmental agencies and in a wide range of specialty machining job shops.<\/p> <div class=\" pl-3 p-2 py-4 mb-3 rounded-lg shadow-sm\" style=\"border-left: 6px solid #00477f;background-color:rgba(0, 173, 239, .1)\"> <h4 class=\"mb-1 font-weight-bold\">Financial Assistance Available!<\/h4>\n<p class=\"mb-0 text-dark\">Scholarship opportunities are available for eligible students! Funding is limited and awarded on a first-come, first-served basis. Email <a href=\"mailto:scholarships@cfcc.edu\"> <strong>scholarships@cfcc.edu<\/strong> <\/a> to learn about the GE Aerospace Annual Scholarship!<\/p> <\/div> <h4>Apprenticeship Partners<\/h4>\n<ul>\n<li> <a href=\"https:\/\/sonicsystems.com\/\" target=\"_blank\" rel=\"noopener\"> Sonic Systems <\/a> <\/li>\n<li> <a href=\"https:\/\/www.wilmingtongrill.com\/\" target=\"_blank\" rel=\"noopener\"> Wilmington Grill <\/a> <\/li>\n<\/ul>\n<!--converted to text due to accessibility issues\n[table table class=\"table\"] <a href=\"https:\/\/sonicsystems.com\/\"> <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/cfcc.edu\/computer-integrated-machining\/wp-content\/uploads\/sites\/78\/2023\/03\/SSI_logo_color-300x94.png\" alt=\"Sonic Systems\" width=\"200\" height=\"4\" class=\"alignleft size-medium wp-image-22\" \/> <\/a> | <a href=\"https:\/\/www.wilmingtongrill.com\/\"> <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/cfcc.edu\/computer-integrated-machining\/wp-content\/uploads\/sites\/78\/2023\/03\/Wilmington-Grill.png\" alt=\"Wilmington Grill\" width=\"213\" height=\"53\" class=\"alignleft size-full wp-image-21\" \/> <\/a> [\/table]-->\n<hr\/> <div class=\"arh my-4\"> <iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/vEx6-2nz5LM\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe> <\/div> <h4>Course Information<\/h4>\n<ul class=\"program-list\">\n<li style=\"list-style-type: none\"> <a href=\"https:\/\/catalog.cfcc.edu\/programs\/C50210CP\"> Computer-Integrated Machining CTE Pathway (C50210CP) <\/a> <\/li>\n<li style=\"list-style-type: none\"> <a href=\"https:\/\/catalog.cfcc.edu\/programs\/A50210\"> Computer-Integrated Machining, A.A.S. (A50210) <\/a> <\/li>\n<\/ul>\n<h3>Career and Job Information<\/h3> <div id=\"jobData-widget-container\"> <label for=\"jobData-select\"><strong>Choose a Pathway:<\/strong><\/label><br \/>\n  <select id=\"jobData-select\"><option value=\"C50210CP\">Computer-Integrated Machining CTE Pathway (C50210CP)<\/option><option value=\"A50210\">Computer-Integrated Machining, A.A.S. (A50210)<\/option><\/select><\/p> <div id=\"iframe-wrapper\">  <div class=\"jobData-iframe\" data-code=\"C50210\" style=\"display:none;\"><!-- Computer-Integrated Machining Certificate (C50210) -->\n  <iframe onload=\"initializeScripts('program-widget-d509b6', 'https:\/\/widget.lightcastcc.com')\" id=\"program-widget-d509b6\" title=\"Career and Job data widget\" style=\"border: 0; min-width: 100%; width: 1px\" src=\"https:\/\/widget.lightcastcc.com?hasCareerList=true&#038;hasEmployment=true&#038;hasAllLocations=false&#038;hasImages=true&#038;hasJobOpenings=true&#038;hasNationalData=true&#038;hasOutlook=true&#038;hasSkills=true&#038;hasVisitButton=true&#038;hasWages=true&#038;isHourlyWage=true&#038;labelSet=default&#038;clientId=cfcc&#038;locationName=Wilmington%20Area&#038;orderCareersBy=None&#038;primaryColor=%23005DAB&#038;programs=C50210&#038;visitButtonColor=%23005DAB&#038;headingText=CFCC%20students%20who%20study%20%23Computer-Integrated%20Machining%20Certificate%20(C50210)%23%20can%20go%20into%20these%20careers%3A\"><\/iframe><script type=\"text\/javascript\" src=\"https:\/\/widget.lightcastcc.com\/scripts.js\"><\/script> <\/div>  <div class=\"jobData-iframe\" data-code=\"C50210CP\" style=\"display:none;\"><!-- Computer-Integrated Machining CTE Pathway (C50210CP) -->\n  <iframe onload=\"initializeScripts('program-widget-1818bb', 'https:\/\/widget.lightcastcc.com')\" id=\"program-widget-1818bb\" title=\"Career and Job data widget\" style=\"border: 0; min-width: 100%; width: 1px\" src=\"https:\/\/widget.lightcastcc.com?hasCareerList=true&#038;hasEmployment=true&#038;hasAllLocations=false&#038;hasImages=true&#038;hasJobOpenings=true&#038;hasNationalData=true&#038;hasOutlook=true&#038;hasSkills=true&#038;hasVisitButton=true&#038;hasWages=true&#038;isHourlyWage=true&#038;labelSet=default&#038;clientId=cfcc&#038;locationName=Wilmington%20Area&#038;orderCareersBy=None&#038;primaryColor=%23005DAB&#038;programs=C50210CP&#038;visitButtonColor=%23005DAB&#038;headingText=CFCC%20students%20who%20study%20%23Computer-Integrated%20Machining%20CTE%20Pathway%20(C50210CP)%23%20can%20go%20into%20these%20careers%3A\"><\/iframe><script type=\"text\/javascript\" src=\"https:\/\/widget.lightcastcc.com\/scripts.js\"><\/script> <\/div>  <div class=\"jobData-iframe\" data-code=\"A50210\" style=\"display:none;\"><!-- Computer-Integrated Machining, A.A.S. (A50210) -->\n  <iframe onload=\"initializeScripts('program-widget-33b38b', 'https:\/\/widget.lightcastcc.com')\" id=\"program-widget-33b38b\" title=\"Career and Job data widget\" style=\"border: 0; min-width: 100%; width: 1px\" src=\"https:\/\/widget.lightcastcc.com?hasCareerList=true&#038;hasEmployment=true&#038;hasAllLocations=false&#038;hasImages=true&#038;hasJobOpenings=true&#038;hasNationalData=true&#038;hasOutlook=true&#038;hasSkills=true&#038;hasVisitButton=true&#038;hasWages=true&#038;isHourlyWage=true&#038;labelSet=default&#038;clientId=cfcc&#038;locationName=Wilmington%20Area&#038;orderCareersBy=None&#038;primaryColor=%23005DAB&#038;programs=A50210&#038;visitButtonColor=%23005DAB&#038;headingText=CFCC%20students%20who%20study%20%23Computer-Integrated%20Machining%2C%20A.A.S.%20(A50210)%23%20can%20go%20into%20these%20careers%3A\"><\/iframe><script type=\"text\/javascript\" src=\"https:\/\/widget.lightcastcc.com\/scripts.js\"><\/script> <\/div>  <\/div>  <\/div> ","protected":false},"excerpt":{"rendered":"<p>Suggested Pathways Degree Pathway (Viewing) Bootcamp Pathway The Computer Integrated Machining (CIM) curriculum at CFCC is a two-year associate degree program that trains students for positions in manufacturing ranging from machine operator to computer-aided manufacturing (CAM) technician. CFCC\u2019s Computer Integrated Machining program has been a leader in southeastern North Carolina for over 35 years. CFCC\u2019s [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":8,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"_expiration-date-status":"","_expiration-date":0,"_expiration-date-type":"","_expiration-date-categories":[],"_expiration-date-options":[]},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Computer Integrated Machining | Cape Fear Community College<\/title>\n<meta name=\"description\" content=\"Launch your career with a degree in Computer Integrated Machining. Get hands-on training from industry experts. Enroll in our top program today!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cfcc.edu\/computer-integrated-machining\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Computer Integrated Machining | Cape Fear Community College\" \/>\n<meta property=\"og:description\" content=\"Launch your career with a degree in Computer Integrated Machining. Get hands-on training from industry experts. Enroll in our top program today!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cfcc.edu\/computer-integrated-machining\/\" \/>\n<meta property=\"og:site_name\" content=\"Computer Integrated Machining\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/capefearcc\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-10T18:34:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cfcc.edu\/computer-integrated-machining\/wp-content\/uploads\/sites\/78\/2019\/09\/computer-integrated-machining.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2400\" \/>\n\t<meta property=\"og:image:height\" content=\"1260\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@cfcc\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cfcc.edu\/computer-integrated-machining\/\",\"url\":\"https:\/\/cfcc.edu\/computer-integrated-machining\/\",\"name\":\"Computer Integrated Machining | Cape Fear Community College\",\"isPartOf\":{\"@id\":\"https:\/\/cfcc.edu\/computer-integrated-machining\/#website\"},\"datePublished\":\"2019-08-19T19:31:15+00:00\",\"dateModified\":\"2026-06-10T18:34:17+00:00\",\"description\":\"Launch your career with a degree in Computer Integrated Machining. Get hands-on training from industry experts. Enroll in our top program today!\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cfcc.edu\/computer-integrated-machining\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cfcc.edu\/computer-integrated-machining\/#website\",\"url\":\"https:\/\/cfcc.edu\/computer-integrated-machining\/\",\"name\":\"Computer Integrated Machining\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/cfcc.edu\/computer-integrated-machining\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cfcc.edu\/computer-integrated-machining\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cfcc.edu\/computer-integrated-machining\/#organization\",\"name\":\"Cape Fear Community College\",\"alternateName\":\"CFCC\",\"url\":\"https:\/\/cfcc.edu\/computer-integrated-machining\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cfcc.edu\/computer-integrated-machining\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cfcc.edu\/computer-integrated-machining\/wp-content\/uploads\/sites\/78\/2019\/09\/computer-integrated-machining.jpg\",\"contentUrl\":\"https:\/\/cfcc.edu\/computer-integrated-machining\/wp-content\/uploads\/sites\/78\/2019\/09\/computer-integrated-machining.jpg\",\"width\":2400,\"height\":1260,\"caption\":\"Cape Fear Community College\"},\"image\":{\"@id\":\"https:\/\/cfcc.edu\/computer-integrated-machining\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/capefearcc\",\"https:\/\/twitter.com\/cfcc\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Computer Integrated Machining | Cape Fear Community College","description":"Launch your career with a degree in Computer Integrated Machining. Get hands-on training from industry experts. Enroll in our top program today!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cfcc.edu\/computer-integrated-machining\/","og_locale":"en_US","og_type":"article","og_title":"Computer Integrated Machining | Cape Fear Community College","og_description":"Launch your career with a degree in Computer Integrated Machining. Get hands-on training from industry experts. Enroll in our top program today!","og_url":"https:\/\/cfcc.edu\/computer-integrated-machining\/","og_site_name":"Computer Integrated Machining","article_publisher":"https:\/\/www.facebook.com\/capefearcc","article_modified_time":"2026-06-10T18:34:17+00:00","og_image":[{"width":2400,"height":1260,"url":"https:\/\/cfcc.edu\/computer-integrated-machining\/wp-content\/uploads\/sites\/78\/2019\/09\/computer-integrated-machining.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@cfcc","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cfcc.edu\/computer-integrated-machining\/","url":"https:\/\/cfcc.edu\/computer-integrated-machining\/","name":"Computer Integrated Machining | Cape Fear Community College","isPartOf":{"@id":"https:\/\/cfcc.edu\/computer-integrated-machining\/#website"},"datePublished":"2019-08-19T19:31:15+00:00","dateModified":"2026-06-10T18:34:17+00:00","description":"Launch your career with a degree in Computer Integrated Machining. Get hands-on training from industry experts. Enroll in our top program today!","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cfcc.edu\/computer-integrated-machining\/"]}]},{"@type":"WebSite","@id":"https:\/\/cfcc.edu\/computer-integrated-machining\/#website","url":"https:\/\/cfcc.edu\/computer-integrated-machining\/","name":"Computer Integrated Machining","description":"","publisher":{"@id":"https:\/\/cfcc.edu\/computer-integrated-machining\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cfcc.edu\/computer-integrated-machining\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cfcc.edu\/computer-integrated-machining\/#organization","name":"Cape Fear Community College","alternateName":"CFCC","url":"https:\/\/cfcc.edu\/computer-integrated-machining\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cfcc.edu\/computer-integrated-machining\/#\/schema\/logo\/image\/","url":"https:\/\/cfcc.edu\/computer-integrated-machining\/wp-content\/uploads\/sites\/78\/2019\/09\/computer-integrated-machining.jpg","contentUrl":"https:\/\/cfcc.edu\/computer-integrated-machining\/wp-content\/uploads\/sites\/78\/2019\/09\/computer-integrated-machining.jpg","width":2400,"height":1260,"caption":"Cape Fear Community College"},"image":{"@id":"https:\/\/cfcc.edu\/computer-integrated-machining\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/capefearcc","https:\/\/twitter.com\/cfcc"]}]}},"_links":{"self":[{"href":"https:\/\/cfcc.edu\/computer-integrated-machining\/wp-json\/wp\/v2\/pages\/2"}],"collection":[{"href":"https:\/\/cfcc.edu\/computer-integrated-machining\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cfcc.edu\/computer-integrated-machining\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cfcc.edu\/computer-integrated-machining\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/cfcc.edu\/computer-integrated-machining\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":30,"href":"https:\/\/cfcc.edu\/computer-integrated-machining\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":49,"href":"https:\/\/cfcc.edu\/computer-integrated-machining\/wp-json\/wp\/v2\/pages\/2\/revisions\/49"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cfcc.edu\/computer-integrated-machining\/wp-json\/wp\/v2\/media\/8"}],"wp:attachment":[{"href":"https:\/\/cfcc.edu\/computer-integrated-machining\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}